Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,909 for 1 (0.07 sec)

  1. CountVectorizer — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      143.5K bytes
      Cache
     
  2. NearestNeighbors — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      151.7K bytes
      Cache
     
  3. TfidfTransformer — scikit-learn 1.7.0 documenta...

    array([[1, 1, 1, 1, 0, 1, 0, 0], [1, 2, 0, 1, 1, 1, 0, 0], [1, 0,...0, 0, 1, 0, 1, 1, 1], [1, 1, 1, 1, 0, 1, 0, 0]]) >>> pipe [ 'tfid'...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Thu Jun 05 22:21:57 UTC 2025
      141.5K bytes
      Cache
     
  4. TargetTags — scikit-learn 1.6.1 documentation

    Skip to main content Back to top Ctrl + K GitHub Choose version TargetTags # class sklearn.utils. TargetTags ( requir...
    scikit-learn.org/stable/modules/generated/sklearn.utils.TargetTags.html
    Mon Jun 02 16:38:33 UTC 2025
      109K bytes
      Cache
     
  5. RandomTreesEmbedding — scikit-learn 1.7.0 docum...

    1.], [1., 0., 1., 0., 1., 0., 1., 0., 1., 0.], [0., 1., 1.,...array([[0., 1., 1., 0., 1., 0., 0., 1., 1., 0.], [0., 1., 1., 0., 1.,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Thu Jun 05 22:21:57 UTC 2025
      154.2K bytes
      Cache
     
  6. KNeighborsClassifier — scikit-learn 1.7.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
    Thu Jun 05 22:21:57 UTC 2025
      156.1K bytes
      Cache
     
  7. KNeighborsRegressor — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      152K bytes
      Cache
     
  8. OPTICS — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      136K bytes
      Cache
     
  9. SGDClassifier — scikit-learn 1.7.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
    Thu Jun 05 22:21:58 UTC 2025
      187.2K bytes
      Cache
     
  10. DecisionTreeClassifier — scikit-learn 1.7.0 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
    Thu Jun 05 22:21:58 UTC 2025
      173.5K bytes
      Cache
     
Back to top