Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 20 of 29 for ' (0.05 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
    Tue May 21 18:58:18 UTC 2024
      121.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
    Tue May 21 18:58:19 UTC 2024
      39.9K 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 May 19 20:00:39 UTC 2024
      5.6K 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
    Tue May 21 18:58:18 UTC 2024
      14.2K bytes
      1 views
     
  5. index.rst.txt

    Learning Curves and Checking Models' Scalability</div> </div> .. raw::...class="sphx-glr-thumbnail-title">Target Encoder's Internal Cross fitting</div>...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Mon May 20 18:34:23 UTC 2024
      144.7K bytes
      5 views
     
  6. 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 May 19 20:00:38 UTC 2024
      6.4K bytes
     
  7. 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
    Tue May 21 18:58:18 UTC 2024
      78.3K bytes
      8 views
     
  8. 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
    Wed May 22 15:20:10 UTC 2024
      10K bytes
     
  9. 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
    Wed May 22 15:20:05 UTC 2024
      15.9K bytes
      3 views
     
  10. 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
    Tue May 21 18:58:19 UTC 2024
      43.6K bytes
     
  11. contributing.rst.txt

    brackets: ``input: {'log', 'squared', 'multinomial'}`` * 1D or 2D data... k='deprecated'): if k != 'deprecated': warnings.warn("'k' was...
    scikit-learn.org/dev/_sources/developers/contributing.rst.txt
    Tue May 21 18:58:18 UTC 2024
      60K bytes
      1 views
     
  12. support.rst.txt

    Older versions' printable PDF documentation is...
    scikit-learn.org/stable/_sources/support.rst.txt
    Tue May 21 18:58:18 UTC 2024
      3.8K bytes
     
  13. classes.rst.txt

    SGDRegressor` with ``loss='huber'``. .. autosummary:: :toctree:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 18 15:26:00 UTC 2024
      41.8K bytes
     
  14. 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
    Tue May 21 18:58:19 UTC 2024
      37.9K bytes
     
  15. ensemble.rst.txt

    estimators=[('lr', clf1), ('rf', clf2), ('gnb', clf3)], ... voting='hard')...eclf], ['Logistic Regression', 'Random Forest', 'naive Bayes', 'Ensemble']):...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Tue May 21 18:58:19 UTC 2024
      72.8K bytes
     
  16. v1.4.rst.txt

    value dtype with `casting='same_kind'`. :pr:`28365` by :user:`Leo...estimator's `fit`, the scorer, and the CV splitter's `split`....
    scikit-learn.org/stable/_sources/whats_new/v1.4.rst.txt
    Tue May 21 18:58:19 UTC 2024
      46.8K bytes
     
  17. install.rst.txt

    latest-and-greatest features and aren't afraid of running brand-new code....Linux ---------- Alpine Linux's package is provided through the...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sun May 19 20:00:38 UTC 2024
      13.5K bytes
      1 views
     
  18. v1.3.rst.txt

    Ridge models with `solver='sparse_cg'` may have slightly different...values, following LightGBM's and pandas' conventions. :pr:`25629`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Tue May 21 18:58:19 UTC 2024
      44.2K bytes
     
  19. preprocessing.rst.txt

    ['female', 'Europe', 'Firefox'], ... ['female', 'Asia', 'Chrome']]...X = [['male', 'from US', 'uses Safari'], ['female', 'from Europe',...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Tue May 21 18:58:18 UTC 2024
      53K bytes
     
  20. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...e=.1), 'kernel': ['rbf'], 'class_weight':['balanced', None]}...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Tue May 21 18:58:19 UTC 2024
      32.8K bytes
      2 views
     
Back to top