Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 1,798 for 1 (0.06 sec)

  1. 1.12. Multiclass and multioutput algorithms — s...

    1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,...
    scikit-learn.org/stable/modules/multiclass.html
    Fri May 31 14:06:04 UTC 2024
      110.3K bytes
      Cache
     
  2. CountVectorizer — scikit-learn 1.5.0 documentation

    [[0 1 1 1 0 0 1 0 1] [0 2 0 1 0 1 1 0 1] [1 0 0 1 1 0 1 1 1] [0...[[0 0 1 1 0 0 1 0 0 0 0 1 0] [0 1 0 1 0 1 0 1 0 0 1 0 0] [1 0 0...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.CountVectorizer.html
    Fri May 31 14:06:06 UTC 2024
      160.2K bytes
      Cache
     
  3. NearestNeighbors — scikit-learn 1.5.0 documenta...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) radius_neighbors...() array([[1., 0., 1.], [0., 1., 0.], [1., 0., 1.]]) set_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Fri May 31 14:06:07 UTC 2024
      157.4K bytes
      Cache
     
  4. LabelBinarizer — scikit-learn 1.5.0 documentation

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y ) [source]...array([1, 2, 4, 6]) >>> lb . transform ([ 1 , 6 ]) array([[1, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Fri May 31 14:06:06 UTC 2024
      141.6K bytes
      Cache
     
  5. KNeighborsClassifier — scikit-learn 1.5.0 docum...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Fri May 31 14:06:04 UTC 2024
      161.2K bytes
      Cache
     
  6. KNeighborsRegressor — scikit-learn 1.5.0 docume...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...bors=1) >>> print ( neigh . kneighbors ([[ 1. , 1. , 1. ]]))...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Fri May 31 14:06:06 UTC 2024
      157.3K bytes
      Cache
     
  7. OPTICS — scikit-learn 1.5.0 documentation

    1, 1, 1]) For a more detailed example...min_samples int > 1 or float between 0 and 1, default=5 The number...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Fri May 31 14:06:07 UTC 2024
      140.9K bytes
      Cache
     
  8. SGDClassifier — scikit-learn 1.5.0 documentation

    array ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...(clip(decision_function(X), -1, 1) + 1) / 2. For other loss functions...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Fri May 31 14:06:07 UTC 2024
      190.7K bytes
      Cache
     
  9. KBinsDiscretizer — scikit-learn 1.5.0 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
    Fri May 31 14:06:04 UTC 2024
      156.7K bytes
      Cache
     
  10. NearestCentroid — scikit-learn 1.5.0 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
    Fri May 31 14:06:07 UTC 2024
      135.7K bytes
      Cache
     
Back to top