Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. KNeighborsRegressor — scikit-learn 1.8.0 ...

    () 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
    Mon Jan 26 14:16:33 GMT 2026
      152.3K bytes
      Cache
     
  2. KNeighborsClassifier — scikit-learn 1.8.0...

    () 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
    Mon Jan 26 14:16:30 GMT 2026
      156K bytes
      Cache
     
  3. minmax_scale — scikit-learn 1.8.0 documen...

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Mon Jan 26 14:16:30 GMT 2026
      116K bytes
      Cache
     
  4. ClassifierMixin — scikit-learn 1.8.0 docu...

    predict ( X ) array([1, 1, 1]) >>> estimator ....MyEstimator ( param = 1 ) >>> X = np . array ([[ 1 , 2 ], [ 2 ,...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Mon Jan 26 11:09:14 GMT 2026
      114.5K bytes
      Cache
     
  5. polynomial_kernel — scikit-learn 1.8.0 do...

    [ 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 Jan 26 14:16:30 GMT 2026
      108.5K bytes
      Cache
     
  6. SGDClassifier — scikit-learn 1.8.0 docume...

    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 Jan 26 11:09:17 GMT 2026
      189.8K bytes
      Cache
     
  7. confusion_matrix — scikit-learn 1.8.0 doc...

    1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...) array([[2, 0, 0], [0, 0, 1], [1, 0, 2]]) >>> y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Mon Jan 26 14:16:30 GMT 2026
      119.3K bytes
      Cache
     
  8. fowlkes_mallows_score — scikit-learn 1.8....

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...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 Jan 26 11:09:17 GMT 2026
      111.4K bytes
      Cache
     
  9. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...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 Jan 26 14:16:29 GMT 2026
      108.2K bytes
      Cache
     
  10. StratifiedShuffleSplit — scikit-learn 1.8...

    array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [...np . array ([ 0 , 0 , 0 , 1 , 1 , 1 ]) >>> sss = StratifiedShuffleSpl...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Mon Jan 26 14:16:33 GMT 2026
      123.2K bytes
      Cache
     
Back to Top