Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 23 for ' (0.03 sec)

  1. linear_model.rst.txt

    | **'lbfgs'** | **'liblinear'** | **'newton-cg'** | **'newton-cholesky'**...**'newton-cholesky'** | **'sag'** | **'saga'** | +--------- | Multinomial...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Fri Apr 26 16:41:50 UTC 2024
      77.9K bytes
      7 views
     
  2. governance.rst.txt

    that takes place on the project's private mailing list. While it...pull requests in scikit-learn's repository. Maintainers ~~~~~~~~~~...
    scikit-learn.org/stable/_sources/governance.rst.txt
    Fri Apr 26 16:41:51 UTC 2024
      10K bytes
     
  3. about.rst.txt

    core contributors to 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 Apr 26 16:41:50 UTC 2024
      16.5K bytes
      3 views
     
  4. 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
    Fri Apr 26 16:41:48 UTC 2024
      39.9K bytes
      6 views
     
  5. feature_selection.rst.txt

    : clf = Pipeline([ ('feature_selection', SelectFromModel(LinearSVC(dual="auto",...o", penalty="l1"))), ('classification', RandomForestClassifi())...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      14.3K bytes
      1 views
     
  6. 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
    Fri Apr 26 16:41:50 UTC 2024
      43.4K bytes
     
  7. classes.rst.txt

    SGDRegressor` with ``loss='huber'``. .. autosummary:: :toctree:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Fri Apr 26 16:41:48 UTC 2024
      41.8K bytes
     
  8. 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
    Fri Apr 26 16:41:51 UTC 2024
      37.8K bytes
     
  9. 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
    Fri Apr 26 16:41:51 UTC 2024
      68.4K bytes
     
  10. 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
    Fri Apr 26 16:41:51 UTC 2024
      47K bytes
     
Back to top