Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 2,897 for 1 (0.14 sec)

  1. DecisionTreeClassifier — scikit-learn 1.7.2 doc...

    [{0: 1, 1: 1}, {0: 1, 1: 5}, {0: 1, 1: 1}, {0: 1, 1: 1}] instead...instead of [{1:1}, {2:5}, {3:1}, {4:1}]. The “balanced” mode uses...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Tue Nov 04 06:34:51 UTC 2025
      173.2K bytes
      Cache
     
  2. KBinsDiscretizer — scikit-learn 1.7.2 documenta...

    [ 1., 1., 1., 0.], [ 2., 2., 2., 1.], [ 2., 2., 2.,...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Tue Nov 04 06:34:51 UTC 2025
      152.6K bytes
      Cache
     
  3. NearestCentroid — scikit-learn 1.7.2 documentation

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Tue Nov 04 06:34:51 UTC 2025
      136.4K bytes
      Cache
     
  4. NuSVR — scikit-learn 1.7.2 documentation

    Added in version 1.1. n_support_ ndarray of shape (1,), dtype=int32...(0, 1]. By default 0.5 will be taken. C float, default=1.0 Penalty...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Sat Nov 01 09:15:33 UTC 2025
      142.4K bytes
      Cache
     
  5. Version 1.0 — scikit-learn 1.7.2 documentation

    Version 1.0.1 # October 2021 Fixed models...Version 1.0.0 of scikit-learn requires python 3.7+, numpy 1.14.6+...
    scikit-learn.org/stable/whats_new/v1.0.html
    Tue Nov 04 06:34:51 UTC 2025
      251.3K bytes
      Cache
     
  6. Version 1.2 — scikit-learn 1.7.2 documentation

    is deprecated in 1.2.1 and will be removed in 1.5. Instead, import...raised in version 1.2 when min_sample_split=1 . #25744 by Jérémie...
    scikit-learn.org/stable/whats_new/v1.2.html
    Tue Nov 04 06:34:51 UTC 2025
      219.7K bytes
      Cache
     
  7. PolynomialCountSketch — scikit-learn 1.7.2 docu...

    [ 1 , 1 ], [ 1 , 0 ], [ 0 , 1 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...Array with random entries in {+1, -1}, used to represent the 2-wise...
    scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.PolynomialCountSketch.html
    Tue Nov 04 06:34:51 UTC 2025
      133.7K bytes
      1 views
      Cache
     
  8. AffinityPropagation — scikit-learn 1.7.2 docume...

    array ([[ 1 , 2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 4 , 2.... labels_ array([0, 0, 0, 1, 1, 1]) >>> clustering . predict...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.AffinityPropagation.html
    Tue Nov 04 06:34:51 UTC 2025
      130.6K bytes
      1 views
      Cache
     
  9. LogisticRegressionCV — scikit-learn 1.7.2 docum...

    means 1 unless in a joblib.parallel_backend context. -1 means...version 1.5: multi_class was deprecated in version 1.5 and will...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Tue Nov 04 06:34:51 UTC 2025
      167.4K bytes
      Cache
     
  10. TransformerMixin — scikit-learn 1.7.2 documenta...

    fit_transform ( X ) array([1, 1, 1]) fit_transform ( X , y = None...__init__ ( self , * , param = 1 ): ... self . param = param ......
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Tue Nov 04 06:34:51 UTC 2025
      116.6K bytes
      Cache
     
Back to top