Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 18 of 18 for store (0.07 sec)

  1. 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
    Sat May 18 15:26:01 UTC 2024
      33K bytes
      2 views
     
  2. 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
    Sat May 18 15:26:00 UTC 2024
      10K bytes
     
  3. 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...
    Sat May 18 15:26:01 UTC 2024
      40.9K bytes
     
  4. roadmap.rst.txt

    tion` * |ss| multi-metric scoring is slow :issue:`9326` |se|...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Sat May 18 15:26:00 UTC 2024
      11.7K bytes
     
  5. preprocessing.rst.txt

    score(X_test, y_test) # apply scaling...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Sat May 18 15:26:01 UTC 2024
      52.7K 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
    Sat May 18 15:26:00 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
    Sat May 18 15:26:00 UTC 2024
      47K bytes
     
  8. plot_kmeans_digits.rst.txt

    homo homogeneity score compl completeness score v-meas V measure...metrics.homogeneity_score, metrics.completeness_score, metrics.v_measure_score,...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Sat May 18 15:26:00 UTC 2024
      10.2K bytes
      1 views
     
Back to top