Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 29 for ' (0.03 sec)

  1. 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
     
  2. 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
     
  3. 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
     
  4. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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