Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 Apr 30 16:14:29 UTC 2024
      45.8K bytes
     
  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
    Thu May 02 15:42:32 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 Apr 29 15:57:10 UTC 2024
      7.7K bytes
     
  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
    Thu May 02 15:42:32 UTC 2024
      23.4K bytes
      2 views
     
  5. 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 Apr 26 16:41:50 UTC 2024
      91.9K bytes
     
  6. 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
    Thu May 02 15:42:34 UTC 2024
      33K bytes
      2 views
     
  7. 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
    Thu May 02 15:42:32 UTC 2024
      10K bytes
     
  8. 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...
    Thu May 02 15:42:32 UTC 2024
      40.9K bytes
     
  9. roadmap.rst.txt

    tion` * |ss| multi-metric scoring is slow :issue:`9326` |se|...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Thu May 02 15:42:32 UTC 2024
      11.7K bytes
     
  10. preprocessing.rst.txt

    score(X_test, y_test) # apply scaling...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Thu May 02 15:42:34 UTC 2024
      52.7K bytes
     
Back to top