Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 361 - 370 of over 10,000 for 1 (0.17 seconds)

Filter
  1. matthews_corrcoef — scikit-learn 1.8.0 document...

    [ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 1 , - 1 , + 1 , +...value between -1 and +1. A coefficient of +1 represents a perfect...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.matthews_corrcoef.html
    Mon Mar 23 20:39:21 UTC 2026
      13.8K bytes
      Cache
     
  2. BaggingClassifier — scikit-learn 1.8.0 document...

    means 1 unless in a joblib.parallel_backend context. -1 means...max_samples = None , max_features = 1.0 , bootstrap = True , bootstrap_features...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.BaggingClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      18.8K bytes
      Cache
     
  3. LinearSVC — scikit-learn 1.8.0 documentation

    version 1.3: The "auto" option is added in version 1.3 and will...intercept term: [x_1, ..., x_n, 1] , where 1 corresponds to the intercept....
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Mon Mar 23 20:39:21 UTC 2026
      21.9K bytes
      Cache
     
  4. KernelCenterer — scikit-learn 1.8.0 documentation

    [[ 1. , - 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. ,...all strings. Added in version 1.0. See also sklearn.kernel_ap...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html
    Mon Mar 23 20:39:21 UTC 2026
      16.6K bytes
      Cache
     
  5. label_binarize — scikit-learn 1.8.0 documentation

    label_binarize ([ 1 , 6 ], classes = [ 1 , 2 , 4 , 6 ]) array([[1, 0, 0,...label_binarize ([ 1 , 6 ], classes = [ 1 , 6 , 4 , 2 ]) array([[1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.label_binarize.html
    Mon Mar 23 20:39:23 UTC 2026
      13.7K bytes
      Cache
     
  6. rand_score — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:23 UTC 2026
      14K bytes
      Cache
     
  7. classification_report — scikit-learn 1.8.0 docu...

    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 ] >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.classification_report.html
    Mon Mar 23 20:39:23 UTC 2026
      15.6K bytes
      Cache
     
  8. OneClassSVM — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:21 UTC 2026
      18.2K bytes
      Cache
     
  9. RocCurveDisplay — scikit-learn 1.8.0 documentation

    y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...([ 0 , 0 , 1 , 1 ]) >>> y_score = np . array ([ 0.1 , 0.4 , 0.35...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Mon Mar 23 20:39:23 UTC 2026
      19.4K bytes
      Cache
     
  10. scale — scikit-learn 1.8.0 documentation

    independently array([[-1., 1., 1.], [ 1., -1., -1.]]) >>> scale ( X...scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> scale ( X ,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Mar 23 20:39:21 UTC 2026
      14.3K bytes
      Cache
     
Back to Top