Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 21 for ' (0.05 sec)

  1. 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 07 15:05:49 UTC 2024
      33K bytes
      2 views
     
  2. 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 May 07 15:05:50 UTC 2024
      88.1K bytes
      1 views
     
  3. testimonials.rst.txt

    I think it's the most well-designed ML package I've seen so far....in the lead's tenure on our site. Also, our users' profiles consist...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Tue May 07 15:05:50 UTC 2024
      30.2K bytes
      4 views
     
  4. clustering.rst.txt

    Their 'sqrt' and 'sum' averages are the geometric...s(i, k) - max [ a(i, k') + s(i, k') \forall k' \neq k ] Where :math:`s(i,...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Tue May 07 15:05:50 UTC 2024
      91.9K bytes
     
  5. roadmap.rst.txt

    right now it's impossible to clone a `CalibratedClassifier`...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Tue May 07 15:05:50 UTC 2024
      11.7K bytes
     
  6. 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 07 15:05:50 UTC 2024
      37.8K bytes
     
  7. 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 07 15:05:50 UTC 2024
      68.4K bytes
     
  8. 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 07 15:05:50 UTC 2024
      47K bytes
     
  9. 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
    Tue May 07 15:05:49 UTC 2024
      13.5K bytes
      1 views
     
  10. 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 07 15:05:49 UTC 2024
      44.2K bytes
     
Back to top