Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 81 - 90 of over 10,000 for 1 (0.09 seconds)

Filter
  1. KNeighborsRegressor — scikit-learn 1.8.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
    Mon Mar 23 20:39:21 UTC 2026
      19.9K bytes
      Cache
     
  2. polynomial_kernel — scikit-learn 1.8.0 document...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>..., degree = 2 ) array([[1. , 1. ], [1.77, 2.77]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Mon Mar 23 20:39:21 UTC 2026
      13.1K bytes
      Cache
     
  3. minmax_scale — scikit-learn 1.8.0 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>> minmax_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Mon Mar 23 20:39:21 UTC 2026
      14.9K bytes
      Cache
     
  4. confusion_matrix — scikit-learn 1.8.0 documenta...

    1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...) array([[2, 0, 0], [0, 0, 1], [1, 0, 2]]) >>> y_true = [ "cat"...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Mon Mar 23 20:39:20 UTC 2026
      15.3K bytes
      Cache
     
  5. fowlkes_mallows_score — scikit-learn 1.8.0 docu...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> fowlkes_mallows_score...fowlkes_mallows_score ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.fowlkes_mallows_score.html
    Mon Mar 23 20:39:21 UTC 2026
      13.9K bytes
      Cache
     
  6. paired_manhattan_distances — scikit-learn 1.8.0...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>> Y =...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Mar 23 20:39:21 UTC 2026
      13K bytes
      Cache
     
  7. SGDClassifier — scikit-learn 1.8.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
    Mon Mar 23 20:39:21 UTC 2026
      24.9K bytes
      Cache
     
  8. make_sparse_spd_matrix — scikit-learn 1.8.0 doc...

    array([[1., 0., 0., 0.], [0., 1., 0., 0.], [0., 0., 1., 0.], [0.,...elements all 1. smallest_coef float, default=0.1 The value of...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_sparse_spd_matrix.html
    Mon Mar 23 20:39:21 UTC 2026
      14K bytes
      Cache
     
  9. OPTICS — scikit-learn 1.8.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
    Mon Mar 23 20:39:23 UTC 2026
      18.7K bytes
      Cache
     
  10. paired_euclidean_distances — scikit-learn 1.8.0...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...paired_euclidean_distances ( X , Y ) array([1., 1.]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html
    Mon Mar 23 20:39:20 UTC 2026
      12.9K bytes
      Cache
     
Back to Top