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
    Tue Mar 26 15:09:54 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
    Wed Mar 27 16:42:10 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
    Mon Mar 25 23:07:12 UTC 2024
      16.5K bytes
      2 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
    Wed Mar 27 16:42:11 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
    Wed Mar 27 16:42:11 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
    Wed Mar 27 16:42:11 UTC 2024
      43.4K bytes
     
  7. classes.rst.txt

    SGDRegressor` with ``loss='huber'``. .. autosummary:: :toctree:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed Mar 27 16:42:11 UTC 2024
      41.8K bytes
     
  8. 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
    Wed Mar 27 16:42:11 UTC 2024
      52.7K bytes
     
  9. 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
    Wed Mar 27 16:42:10 UTC 2024
      33K bytes
      2 views
     
  10. glossary.rst.txt

    of ['no', 'yes'], 'yes' is the positive class; of ['no', 'YES'],...... param_grid={'loss': ['log_loss', 'hinge']}) This means that...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Tue Mar 26 15:09:58 UTC 2024
      88.1K bytes
      1 views
     
Back to top