Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. confusion_matrix_at_thresholds — scikit-l...

    1., 1., 0.]) >>> fps array([0., 1., 1., 2.])...array([1., 1., 0., 0.]) >>> tps array([1., 1., 2., 2.])...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix_at_thresholds.html
    Mon Feb 23 17:51:56 GMT 2026
      113.6K bytes
      Cache
     
  2. RandomTreesEmbedding — scikit-learn 1.8.0...

    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
    Mon Feb 23 17:51:57 GMT 2026
      154.6K bytes
      Cache
     
  3. euclidean_distances — scikit-learn 1.8.0 ...

    1 ], [ 1 , 1 ]] >>> # distance...(n_samples_Y,) or (n_samples_Y, 1) or (1, n_samples_Y), default=None...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.euclidean_distances.html
    Mon Feb 23 17:51:56 GMT 2026
      112.1K bytes
      Cache
     
  4. paired_distances — scikit-learn 1.8.0 doc...

    1 ], [ 1 , 1 ]] >>> Y = [[ 0 , 1 ], [ 2 , 1 ]] >>>...distances between (X[0], Y[0]), (X[1], Y[1]), etc… Read more in the User...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_distances.html
    Mon Feb 23 17:51:57 GMT 2026
      108.8K bytes
      Cache
     
  5. kneighbors_graph — scikit-learn 1.8.0 doc...

    () array([[1., 0., 1.], [0., 1., 1.], [1., 0., 1.]]) Gallery...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html
    Mon Feb 23 17:51:57 GMT 2026
      113.5K bytes
      Cache
     
  6. d2_absolute_error_score — scikit-learn 1....

    1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>>...User Guide . Added in version 1.1. Parameters : y_true array-like...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html
    Mon Feb 23 17:51:56 GMT 2026
      113.7K bytes
      Cache
     
  7. jaccard_score — scikit-learn 1.8.0 docume...

    1 , 1 ], ... [ 1 , 1 , 0 ]]) >>>...y_pred = np . array ([[ 1 , 1 , 1 ], ... [ 1 , 0 , 0 ]]) In the binary...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html
    Mon Feb 23 17:51:56 GMT 2026
      121.2K bytes
      Cache
     
  8. check_symmetric — scikit-learn 1.8.0 docu...

    1 , 2 ], [ 1 , 0 , 1 ], [ 2 , 1 , 0 ]]) >>>...symmetric_array ) array([[0, 1, 2], [1, 0, 1], [2, 1, 0]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.utils.validation.check_symmetric.html
    Mon Feb 02 09:23:44 GMT 2026
      109K bytes
      Cache
     
  9. StratifiedGroupKFold — scikit-learn 1.8.0...

    1 , 1 , 1 , 1 , 1 , 1 , 0 , 0 , 0 , 0 , 0...Train: index=[ 0 1 2 3 7 8 9 10 11 15 16] group=[1 1 2 2 4 5 5 5 5...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Mon Feb 23 17:51:57 GMT 2026
      131.2K bytes
      Cache
     
  10. adjusted_mutual_info_score — scikit-learn...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> ...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.adjusted_mutual_info_score.html
    Mon Feb 23 17:51:57 GMT 2026
      116.5K bytes
      Cache
     
Back to Top