Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 3,798 for 1 (0.77 sec)

  1. check_array — scikit-learn 1.7.1 documentation

    ensure_min_samples = 1 , ensure_min_features = 1 , estimator = None...documentation. Added in version 1.1.0. Returns : array_converted...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Sat Sep 06 21:55:15 UTC 2025
      116.3K bytes
      Cache
     
  2. OrdinalEncoder — scikit-learn 1.7.2 documentation

    inverse_transform ([[ 1 , 0 ], [ 0 , 1 ]]) array([['Male', 1], ['Female',... =- 1 ) . fit_transform ( X ) array([[ 1., 0.], [ 0., 1.], [...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Fri Sep 12 13:34:49 UTC 2025
      149.4K bytes
      Cache
     
  3. ClassifierMixin — scikit-learn 1.7.2 documentation

    predict ( X ) array([1, 1, 1]) >>> estimator . score ( X...MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 , 3 ],...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Fri Sep 12 13:34:49 UTC 2025
      114.1K bytes
      Cache
     
  4. KNeighborsTransformer — scikit-learn 1.7.2 docu...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) set_output...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsTransformer.html
    Fri Sep 12 13:34:53 UTC 2025
      146.1K bytes
      Cache
     
  5. SVC — scikit-learn 1.7.2 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Sep 12 13:34:49 UTC 2025
      176.5K bytes
      Cache
     
  6. 1.13. Feature selection — scikit-learn 1.7.2 do...

    [1, 0], [0, 0], [1, 1], [1, 0], [1, 1]]) As expected, VarianceThreshold...0 , 0 , 1 ], [ 0 , 1 , 0 ], [ 1 , 0 , 0 ], [ 0 , 1 , 1 ], [ 0...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri Sep 12 13:34:55 UTC 2025
      73.8K bytes
      Cache
     
  7. 8.1. Toy datasets — scikit-learn 1.7.2 document...

    length: 1.0 6.9 3.76 1.76 0.9490 (high!) petal width: 0.1 2.5 1.20...0.41 3.58 1.59 0.57 Colour Intensity: 1.3 13.0 5.1 2.3 Hue: 0.48...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Fri Sep 12 13:34:53 UTC 2025
      63.3K bytes
      1 views
      Cache
     
  8. QuadraticDiscriminantAnalysis — scikit-learn 1....

    ([[ - 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.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Sep 12 13:34:53 UTC 2025
      141.5K bytes
      Cache
     
  9. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]])...>>> y = np . array ([ 0 , 0 , 1 , 1 ]) >>> rskf = RepeatedStratifiedKF...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Fri Sep 12 13:34:53 UTC 2025
      121.6K bytes
      Cache
     
  10. MeanShift — scikit-learn 1.7.2 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...clustering . labels_ array([1, 1, 1, 0, 0, 0]) >>> clustering ....
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MeanShift.html
    Fri Sep 12 13:34:49 UTC 2025
      127.4K bytes
      Cache
     
Back to top