Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of over 10,000 for 1 (0.3 seconds)

  1. KNeighborsRegressor — scikit-learn 1.7.2 ...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Fri Dec 05 17:52:55 GMT 2025
      151.8K bytes
      Cache
     
  2. KNeighborsClassifier — scikit-learn 1.7.2...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) predict...], [ 1 ], [ 2 ], [ 3 ]] >>> y = [ 0 , 0 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Fri Dec 05 17:52:55 GMT 2025
      156K bytes
      Cache
     
  3. hamming_loss — scikit-learn 1.7.2 documen...

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Fri Dec 05 17:52:54 GMT 2025
      111.9K bytes
      Cache
     
  4. OPTICS — scikit-learn 1.7.2 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 Dec 05 17:52:55 GMT 2025
      136K bytes
      Cache
     
  5. Version 1.1 — scikit-learn 1.7.2 document...

    Version 1.1.0 # May 2022 Minimal dependencies # Version 1.1.0 of...#23273 by Thomas Fan . Version 1.1.1 # May 2022 Changelog # Enhancement...
    scikit-learn.org/stable/whats_new/v1.1.html
    Fri Dec 05 17:52:54 GMT 2025
      286.7K bytes
      Cache
     
  6. johnson_lindenstrauss_min_dim — scikit-le...

    by: (1 - eps) ||u - v||^2 < ||p(u) - p(v)||^2 < (1 + eps)...]0, 1[ and p is a projection by a random Gaussian N(0, 1) matrix...
    scikit-learn.org/stable/modules/generated/sklearn.random_projection.johnson_lindenstrauss_min_dim...
    Tue Dec 02 16:12:17 GMT 2025
      110.9K bytes
      Cache
     
  7. accuracy_score — scikit-learn 1.7.2 docum...

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...= [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Fri Dec 05 17:52:54 GMT 2025
      116.4K bytes
      Cache
     
  8. NearestCentroid — scikit-learn 1.7.2 docu...

    ([[ - 1 , - 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2...2 , 1 ], [ 3 , 2 ]]) >>> y = np . array ([ 1 , 1 , 1...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Dec 05 17:52:54 GMT 2025
      136.4K bytes
      Cache
     
  9. DecisionTreeClassifier — scikit-learn 1.7...

    [{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
    Fri Dec 05 17:52:54 GMT 2025
      173.2K bytes
      Cache
     
  10. TransformerMixin — scikit-learn 1.7.2 doc...

    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
    Fri Dec 05 17:52:54 GMT 2025
      116.6K bytes
      Cache
     
Back to Top