Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 71 - 80 of over 10,000 for 1 (0.09 seconds)

  1. type_of_target — scikit-learn 1.8.0 docum...

    >>> type_of_target ([ 1 , - 1 , - 1 , 1 ]) 'binary' >>>...type_of_target ( np . array ([[ 0 , 1 ], [ 1 , 1 ]])) 'multilabel-indicator'...
    scikit-learn.org/stable/modules/generated/sklearn.utils.multiclass.type_of_target.html
    Mon Dec 15 15:02:33 GMT 2025
      113K bytes
      Cache
     
  2. 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 Dec 22 11:58:31 GMT 2025
      116K bytes
      Cache
     
  3. 1.5. Stochastic Gradient Descent — scikit...

    [ 1. , 1. ]] >>> y = [ 0 , 1 ] >>>...\Vert^2 + b\nu + \frac{1}{n} \sum_{i=1}^n \max(0, 1 - (\langle w, x_i...
    scikit-learn.org/stable/modules/sgd.html
    Mon Dec 22 11:58:31 GMT 2025
      90.1K bytes
      Cache
     
  4. 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 Dec 22 11:58:31 GMT 2025
      111.4K bytes
      Cache
     
  5. make_sparse_spd_matrix — scikit-learn 1.8...

    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 Dec 22 11:58:31 GMT 2025
      111.3K bytes
      Cache
     
  6. paired_euclidean_distances — scikit-learn...

    [ 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 Dec 22 11:58:31 GMT 2025
      107.2K bytes
      Cache
     
  7. f1_score — scikit-learn 1.8.0 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred...= [[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Mon Dec 22 11:58:31 GMT 2025
      126.1K bytes
      Cache
     
  8. 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 Dec 22 11:58:31 GMT 2025
      119.3K bytes
      Cache
     
  9. OutlierMixin — scikit-learn 1.8.0 documen...

    fit_predict ( X ) array([1., 1., 1.]) fit_predict ( X , y = None...labels for X. Returns -1 for outliers and 1 for inliers. Parameters...
    scikit-learn.org/stable/modules/generated/sklearn.base.OutlierMixin.html
    Mon Dec 22 11:58:31 GMT 2025
      110.1K bytes
      Cache
     
  10. 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 Dec 22 11:58:31 GMT 2025
      152.3K bytes
      Cache
     
Back to Top