Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 831 - 840 of 2,914 for 1 (0.09 sec)

  1. DictVectorizer — scikit-learn 1.7.0 documentation

    [{ 'foo' : 1 , 'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }] >>> X =...) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>> v . inverse_transform...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html
    Fri Jun 06 09:13:47 UTC 2025
      136K bytes
      Cache
     
  2. fetch_20newsgroups_vectorized — scikit-learn 1....

    Added in version 1.5. delay float, default=1.0 Number of seconds...False , n_retries = 3 , delay = 1.0 ) [source] # Load and vectorize...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Fri Jun 06 09:13:46 UTC 2025
      118.2K bytes
      Cache
     
  3. BernoulliNB — scikit-learn 1.7.0 documentation

    Added in version 1.2. Changed in version 1.4: The default value...sklearn.naive_bayes. BernoulliNB ( * , alpha = 1.0 , force_alpha = True , binarize...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Fri Jun 06 09:13:47 UTC 2025
      152.5K bytes
      Cache
     
  4. ConstantKernel — scikit-learn 1.7.0 documentation

    \[k(x_1, x_2) = constant\_value \;\forall\; x_1, x_2\] Adding...predict ( X [: 1 ,:], return_std = True ) (array([606.1]), array([0.248]))...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.ConstantKernel.html
    Fri Jun 06 09:13:47 UTC 2025
      125.9K bytes
      Cache
     
  5. OrthogonalMatchingPursuitCV — scikit-learn 1.7....

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. See also orthogonal_mp Solves...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Fri Jun 06 09:13:47 UTC 2025
      137.2K bytes
      Cache
     
  6. FastICA — scikit-learn 1.7.0 documentation

    The implementation is based on [1] . Read more in the User Guide...performed. Changed in version 1.3: The default value of whiten...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.FastICA.html
    Fri Jun 06 09:13:47 UTC 2025
      148.9K bytes
      Cache
     
  7. IterativeImputer — scikit-learn 1.7.0 documenta...

    is met once max(abs(X_t - X_{t-1}))/max(abs(X[known_vals])) < tol...data types. Added in version 1.3. imputation_order {‘ascending’,...
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Fri Jun 06 09:13:47 UTC 2025
      151.5K bytes
      Cache
     
  8. DummyRegressor — scikit-learn 1.7.0 documentation

    1.0], default=None The quantile...while 0.0 to the minimum and 1.0 to the maximum. Attributes :...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Fri Jun 06 09:13:47 UTC 2025
      140.5K bytes
      Cache
     
  9. SelectKBest — scikit-learn 1.7.0 documentation

    scikit-learn 1.1 Release Highlights for scikit-learn 1.1 On this page...all strings. Added in version 1.0. See also f_classif ANOVA F-value...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectKBest.html
    Fri Jun 06 09:13:47 UTC 2025
      137.4K bytes
      Cache
     
  10. Pipeline — scikit-learn 1.7.0 documentation

    scikit-learn 1.7 Release Highlights for scikit-learn 1.7 Semi-supervised...ing=True) . Added in version 1.6. memory str or object with the...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Fri Jun 06 09:13:47 UTC 2025
      187.9K bytes
      Cache
     
Back to top