Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 271 - 280 of over 10,000 for 1 (0.82 seconds)

  1. classification_report — scikit-learn 1.8....

    50 1.00 0.67 1 class 1 0.00 0.00 0.00 1 class 2 1.00 0.67...y_pred = [ 1 , 1 , 0 ] >>> y_true = [ 1 , 1 , 1 ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Mon Feb 02 09:23:44 GMT 2026
      121.1K bytes
      Cache
     
  2. rand_score — scikit-learn 1.8.0 documenta...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) 0.83 Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html
    Mon Feb 02 09:23:44 GMT 2026
      111K bytes
      Cache
     
  3. OneClassSVM — scikit-learn 1.8.0 document...

    predict ( X ) array([-1, 1, 1, 1, -1]) >>> clf . score_samples...default=-1 Hard limit on iterations within solver, or -1 for no...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Mon Feb 02 09:23:44 GMT 2026
      139.6K bytes
      Cache
     
  4. mean_shift — scikit-learn 1.8.0 documenta...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...6. ], [1.33, 0.66]]) >>> labels array([1, 1, 1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html
    Mon Feb 02 09:23:44 GMT 2026
      112.4K bytes
      Cache
     
  5. roc_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html
    Mon Feb 02 09:23:44 GMT 2026
      118.3K bytes
      Cache
     
  6. scale — scikit-learn 1.8.0 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>>...>>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Feb 02 09:23:44 GMT 2026
      112K bytes
      Cache
     
  7. fast_logdet — scikit-learn 1.8.0 document...

    1 ], [ 2 , 8 ]]) >>> fast_logdet...
    scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html
    Mon Feb 02 09:23:44 GMT 2026
      106.9K bytes
      Cache
     
  8. RBF — scikit-learn 1.8.0 documentation

    ) >>> kernel = 1.0 * RBF ( 1.0 ) >>> gpc = ...ernels. RBF ( length_scale = 1.0 , length_scale_bounds = (1e-05,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html
    Mon Feb 02 09:23:44 GMT 2026
      132K bytes
      Cache
     
  9. det_curve — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.det_curve.html
    Mon Feb 02 09:23:44 GMT 2026
      115.8K bytes
      Cache
     
  10. check_increasing — scikit-learn 1.8.0 doc...

    y = [ 1 , 2 , 3 , 4 , 5 ], [ 2 , 4 , 6...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Mon Feb 02 09:23:44 GMT 2026
      107.6K bytes
      Cache
     
Back to Top