Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 14 20:49:02 UTC 2024
      13.5K bytes
      1 views
     
  2. 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 14 20:49:02 UTC 2024
      44.2K bytes
     
  3. related_projects.rst.txt

    functionality of scikit-learn's estimators. **Data formats**...maintained by Intel(R) and scikit-learn's maintainers are not involved...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Tue May 14 20:49:03 UTC 2024
      17.4K bytes
     
  4. 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
    Sat May 11 22:20:02 UTC 2024
      52.7K bytes
     
  5. 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
    Sat May 11 22:20:02 UTC 2024
      33K bytes
      2 views
     
  6. 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 14 20:49:02 UTC 2024
      88.1K bytes
      1 views
     
  7. getting_started.rst.txt

    param_distributions = {'n_estimators': randint(1, 5), ... 'max_depth': randint(5,...param_distributions={'max_depth': ..., 'n_estimators': ...}, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Tue May 14 20:49:03 UTC 2024
      10K bytes
     
  8. 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
    Sat May 11 22:20:02 UTC 2024
      30.2K bytes
      4 views
     
  9. decomposition.rst.txt

    Descent ('cd') [5]_, and Multiplicative Update ('mu') [6]_. The...optional parameter ``svd_solver='randomized'`` is very useful in that...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Sat May 11 22:20:00 UTC 2024
      45.8K bytes
     
  10. faq.rst.txt

    need to specify algorithm='brute' as the default assumes >>>...eps=5, min_samples=2, algorithm='brute') # doctest: +SKIP (array([0,...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Tue May 14 20:49:03 UTC 2024
      23.4K bytes
      2 views
     
Back to top