Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 26 for ' (0.04 sec)

  1. model_evaluation.rst.txt

    terms ''positive'' and ''negative'' refer to the classifier's prediction,...prediction, and the terms ''true'' and ''false'' refer to whether that...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Jun 27 15:51:05 UTC 2025
      132.2K bytes
      2 views
     
  2. cross_validation.rst.txt

    keys()) ['estimator', 'fit_time', 'score_time', 'test_score'] Obtaining...sorted(scores.keys()) ['fit_time', 'score_time', 'test_precision_macro', 'test_recall_macro']...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      41.1K bytes
      6 views
     
  3. plot_discretization_strategies.rst.txt

    strategy='uniform', strategy='quantile', strategy='kmeans' :srcset:...implemented in KBinsDiscretizer: - 'uniform': The discretization is uniform...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      5.9K bytes
     
  4. feature_selection.rst.txt

    : clf = Pipeline([ ('feature_selection', SelectFromModel(Lin...SVC(penalty="l1"))), ('classification', RandomForestClassifi())...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      14.5K bytes
      3 views
     
  5. plot_multi_metric_evaluation.rst.txt

    in ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``,...make_scorer(accuracy_score)} # Setting refit='AUC', refits an estimator on the...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      6.6K bytes
     
  6. linear_model.rst.txt

    | **'lbfgs'** | **'liblinear'** | **'newton-cg'** | **'newton-cholesky'**...**'newton-cholesky'** | **'sag'** | **'saga'** | +--------- | L2 penalty...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Mon Jun 30 13:50:31 UTC 2025
      78.8K bytes
      9 views
     
  7. governance.rst.txt

    that takes place on the project's private mailing list. While it...pull requests in scikit-learn's repository. * **Maintainers Team**...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      10.1K bytes
     
  8. about.rst.txt

    of consolidating scikit-learn's development and maintenance:...issues. Instead, please see `What's the best way to ask questions...
    scikit-learn.org/stable/_sources/about.rst.txt
    Fri Jun 27 15:51:03 UTC 2025
      16.6K bytes
      4 views
     
  9. feature_extraction.rst.txt

    array([' w', 'ds', 'or', 'pr', 'rd', 's ', 'wo', 'wp'], ...)...array(['and', 'document', 'first', 'is', 'one', 'second', 'the',...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      43.4K bytes
     
  10. neighbors.rst.txt

    valid_metrics ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...cs ['euclidean', 'l2', 'minkowski', 'p', 'manhattan', 'cityblock',...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      37.9K bytes
     
Back to top