Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 22 for ' (0.06 sec)

  1. 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
    Wed Jun 05 00:53:46 UTC 2024
      45.8K bytes
      1 views
     
  2. 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
    Wed Jun 05 23:00:22 UTC 2024
      92.6K bytes
     
  3. 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
    Wed Jun 05 23:00:22 UTC 2024
      24.5K bytes
      3 views
     
  4. roadmap.rst.txt

    right now it's impossible to clone a `CalibratedClassifier`...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    Fri May 31 14:06:06 UTC 2024
      11.7K bytes
     
  5. 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
    Wed Jun 05 23:00:23 UTC 2024
      37.9K bytes
     
  6. 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
    Wed Jun 05 00:53:47 UTC 2024
      72.8K bytes
     
  7. install.rst.txt

    latest-and-greatest features and aren't afraid of running brand-new code....--version pip3 --version If you don't have Python 3 installed, please...
    scikit-learn.org/stable/_sources/install.rst.txt
    Wed Jun 05 00:53:47 UTC 2024
      12.6K bytes
      1 views
     
  8. 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 Jun 05 00:53:44 UTC 2024
      43.6K bytes
     
  9. 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 May 31 14:06:06 UTC 2024
      46.8K bytes
     
  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
    Wed Jun 05 23:00:22 UTC 2024
      44.2K bytes
     
Back to top