Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 2,950 for 1 (0.28 sec)

  1. 1.10. Decision Trees — scikit-learn 1.6.1 docum...

    1 , 2 , 3 ]) . reshape ( - 1 , 1 ) >>> y = [ 0 , 1 , 1 , 1.... nan , - 1 , np . nan , 1 ]) . reshape ( - 1 , 1 ) >>> y = [...
    scikit-learn.org/stable/modules/tree.html
    Sat Apr 19 00:31:21 UTC 2025
      93.7K bytes
      Cache
     
  2. Isomap — scikit-learn 1.6.1 documentation

    Added in version 1.1. n_components int, default=2...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.Isomap.html
    Sat Apr 19 00:31:22 UTC 2025
      139.3K bytes
      Cache
     
  3. 1.6. Nearest Neighbors — scikit-learn 1.6.1 doc...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...
    scikit-learn.org/stable/modules/neighbors.html
    Sat Apr 19 00:31:22 UTC 2025
      121.8K bytes
      Cache
     
  4. TransformedTargetRegressor — scikit-learn 1.6.1...

    reshape ( - 1 , 1 ) >>> y = np . exp ( 2 * X )...all strings. Added in version 1.0. See also sklearn.preproces...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Sat Apr 19 00:31:21 UTC 2025
      144.5K bytes
      Cache
     
  5. GraphicalLassoCV — scikit-learn 1.6.1 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Sat Apr 19 00:31:21 UTC 2025
      139.5K bytes
      Cache
     
  6. BaseEstimator — scikit-learn 1.6.1 documentation

    array ([ 1 , 0 , 1 ]) >>> estimator . fit ( X ,...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html
    Sat Apr 19 00:31:21 UTC 2025
      118.7K bytes
      1 views
      Cache
     
  7. MultiOutputRegressor — scikit-learn 1.6.1 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...train or predict, using n_jobs > 1 can result in slower performance...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Thu Apr 17 23:17:18 UTC 2025
      146.8K bytes
      Cache
     
  8. MultinomialNB — scikit-learn 1.6.1 documentation

    Added in version 1.2. Changed in version 1.4: The default value... MultinomialNB ( * , alpha = 1.0 , force_alpha = True , fit_prior...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sat Apr 19 00:31:21 UTC 2025
      152.6K bytes
      Cache
     
  9. PLSCanonical — scikit-learn 1.6.1 documentation

    1 , - 0.2 ], [ 0.9 , 1.1 ], [ 6.2 , 5.9 ],...version 1.5: Y is deprecated in 1.5 and will be removed in 1.7. Use...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Sat Apr 19 00:31:22 UTC 2025
      162.5K bytes
      Cache
     
  10. PolynomialFeatures — scikit-learn 1.6.1 documen...

    fit_transform ( X ) array([[ 1., 0., 1., 0., 0., 1.], [ 1., 2., 3., 4., 6.,...) array([[ 1., 0., 1., 0.], [ 1., 2., 3., 6.], [ 1., 4., 5., 20.]])...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Sat Apr 19 00:31:21 UTC 2025
      139.8K bytes
      Cache
     
Back to top