Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 25 for store (0.08 sec)

  1. contributing.rst.txt

    and stored attributes named according...features based on the k highest scores. SelectFpr : Select features...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Tue May 21 18:58:18 UTC 2024
      60K bytes
      1 views
     
  2. 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
    Sat May 18 15:26:00 UTC 2024
      41.8K bytes
     
  3. 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
    Mon May 20 18:34:25 UTC 2024
      7.7K bytes
     
  4. 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
    Tue May 21 18:58:19 UTC 2024
      45.8K bytes
      1 views
     
  5. 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
    Mon May 20 18:34:24 UTC 2024
      23.4K bytes
      2 views
     
  6. 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
    Tue May 21 18:58:19 UTC 2024
      44.2K bytes
     
  7. 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
    Tue May 21 18:58:19 UTC 2024
      92.6K bytes
     
  8. 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
    Tue May 21 18:58:19 UTC 2024
      32.8K bytes
      2 views
     
  9. 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
    Sun May 19 20:00:39 UTC 2024
      10K bytes
     
  10. plot_release_highlights_1_4_0.rst.txt

    ) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...er_grid, cv=inner_cv, scoring=scoring_inner_cv, ) outer_cv =...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Mon May 20 18:34:25 UTC 2024
      40.9K bytes
     
Back to top