Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 22 for store (0.17 sec)

  1. linear_model.rst.txt

    ``sample_weight`` and stores the coefficients :math:`w`...arrays ``X``, ``y`` and will store the coefficients :math:`w` of...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      78.8K bytes
      9 views
     
  2. model_evaluation.rst.txt

    ion_score` 'neg_brier_score' :func:`metrics.brier_score_loss`...l_info_score` 'rand_score' :func:`metrics.rand_score` 'v_measure_score'...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      132.2K bytes
      2 views
     
  3. cross_validation.rst.txt

    >>> scores = cross_val_score(clf, X, y, cv=5) >>> scores array([0.96,...>>> scores = cross_val_score( ... clf, X, y, cv=5, scoring='f1_macro')...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      41.1K bytes
      6 views
     
  4. feature_selection.rst.txt

    input a scoring function that returns univariate scores and p-values...provide a `score_func` where `y=None`. The `score_func` should...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Wed Jul 02 18:21:48 UTC 2025
      14.5K bytes
      3 views
     
  5. feature_extraction.rst.txt

    features need not be stored) and storing feature names in addition...Sparse...dtype 'float64' with 6 stored elements and shape (1, 6)>...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      43.4K bytes
     
  6. plot_multi_metric_evaluation.rst.txt

    sample_score_mean - sample_score_std, sample_score_mean + sample_score_std,...: range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2,...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Thu Jul 03 11:42:05 UTC 2025
      6.6K bytes
     
  7. about.rst.txt

    There are scores of sponsors who contributed...
    scikit-learn.org/stable/_sources/about.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      16.6K bytes
      4 views
     
  8. 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
    Thu Jul 03 11:42:07 UTC 2025
      7.8K bytes
     
  9. glossary.rst.txt

    inlier score where outliers have score below 0. :term:`score_samples`...from the :term:`score` method and the :term:`scoring` API used in...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      89.3K bytes
      1 views
     
  10. related_projects.rst.txt

    ai/>`_ A metadata store for MLOps, built for teams that...you a single place to log, store, display, organize, compare,...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Thu Jul 03 11:42:04 UTC 2025
      15.2K bytes
     
Back to top