Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 24 for store (0.07 sec)

  1. classes.rst.txt

    precision_score metrics.recall_score metrics.roc_auc_score metrics.roc_curve...info_score metrics.rand_score metrics.silhouette_score metri...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Thu May 16 17:15:46 UTC 2024
      41.8K bytes
     
  2. plot_classifier_comparison.rst.txt

    y_train) score = clf.score(X_test, y_test) Decis...0.3, y_min + 0.3, ("%.2f" % score).lstrip("0"), size=15, hori...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri May 17 16:55:53 UTC 2024
      7.7K bytes
     
  3. decomposition.rst.txt

    :class:`IncrementalPCA` only stores estimates of component and...the matrix W. The matrix H is stored into the fitted model in the...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Fri May 17 16:55:51 UTC 2024
      45.8K bytes
      1 views
     
  4. faq.rst.txt

    scikit-learn works on any numeric data stored as numpy arrays or scipy sparse...:class:`~model_selection.cross_val_score` rely internally on Python's...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri May 17 16:55:52 UTC 2024
      23.4K bytes
      2 views
     
  5. v1.3.rst.txt

    out-of-bag scores via the `oob_scores_` or `oob_score_` attributes....:func:`metrics.precision_score`, :func:`metrics.recall_score`, :func:`metrics.f1_score`,...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Fri May 17 16:55:53 UTC 2024
      44.2K bytes
     
  6. ensemble.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores.mean()...>>> scores = cross_val_score(clf, X, y, cv=5) >>> scores.mean()...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Fri May 17 16:55:53 UTC 2024
      68.4K bytes
     
  7. v1.4.rst.txt

    requested storing centers via the parameter `store_centers`....ticRegressionCV.score` now accepts ``**score_params`` which are...
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Fri May 17 16:55:53 UTC 2024
      47K bytes
     
  8. clustering.rst.txt

    _rand_score: .. _adjusted_rand_score: Rand index ----------...both :func:`rand_score` :func:`adjusted_rand_score` are **symmetric**:...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Fri May 17 16:55:52 UTC 2024
      91.9K bytes
     
  9. grid_search.rst.txt

    and - a :ref:`score function <gridsearch_scoring>`. Two generic...accuracy score is often uninformative). An alternative scoring function...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Fri May 17 16:55:51 UTC 2024
      33K bytes
      2 views
     
  10. getting_started.rst.txt

    >>> result['test_score'] # r_squared score is high because dataset...sets, and compute the accuracy score of a pipeline on the test data::...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Fri May 17 16:55:51 UTC 2024
      10K bytes
     
Back to top