Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 160 of over 10,000 for 1 (0.09 seconds)

Filter
  1. CalibratedClassifierCV — scikit-learn 1.8.0 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.8 Release Highlights for scikit-learn 1.8 On this...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Mar 23 20:39:21 UTC 2026
      20.3K bytes
      Cache
     
  2. LabelPropagation — scikit-learn 1.8.0 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...all strings. Added in version 1.0. n_iter_ int Number of iterations...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelPropagation.html
    Mon Mar 23 20:39:23 UTC 2026
      16.3K bytes
      Cache
     
  3. top_k_accuracy_score — scikit-learn 1.8.0 docum...

    The best performance is 1 with normalize == True and the...>>> y_true = np . array ([ 0 , 1 , 2 , 2 ]) >>> y_score = np ....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.top_k_accuracy_score.html
    Mon Mar 23 20:39:20 UTC 2026
      14K bytes
      Cache
     
  4. normalized_mutual_info_score — scikit-learn 1.8...

    1 , 1 ], [ 0 , 0 , 1 , 1 ]) 1.0 >>> normalized_mutual_info_score...ore ([ 0 , 0 , 1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 If classes members...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.normalized_mutual_info_score.html
    Mon Mar 23 20:39:21 UTC 2026
      14.2K bytes
      Cache
     
  5. GraphicalLassoCV — scikit-learn 1.8.0 documenta...

    means 1 unless in a joblib.parallel_backend context. -1 means...0.2 , 0.0 , 0.3 , 0.1 ], ... [ 0.0 , 0.0 , 0.1 , 0.7 ]]) >>> np...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon Mar 23 20:39:23 UTC 2026
      18.2K bytes
      Cache
     
  6. pair_confusion_matrix — scikit-learn 1.8.0 docu...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) array([[8,...pair_confusion_matrix ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) array([[8, 2],...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Mon Mar 23 20:39:20 UTC 2026
      13.8K bytes
      Cache
     
  7. BiclusterMixin — scikit-learn 1.8.0 documentation

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...np . ones ( shape = ( 1 , X . shape [ 1 ]), dtype = bool ) ......
    scikit-learn.org/stable/modules/generated/sklearn.base.BiclusterMixin.html
    Mon Mar 23 20:39:20 UTC 2026
      13.6K bytes
      Cache
     
  8. get_scorer — scikit-learn 1.8.0 documentation

    1 , - 1 , - 0.5 , 2 ], ( - 1 , 1 )) >>> y = np...np . array ([ 0 , 1 , 1 , 0 , 1 ]) >>> classifier = DummyClassifier...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.get_scorer.html
    Mon Mar 23 20:39:23 UTC 2026
      13.5K bytes
      Cache
     
  9. linear_kernel — scikit-learn 1.8.0 documentation

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...linear_kernel ( X , Y ) array([[0., 0.], [1., 2.]]) On this page This Page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.linear_kernel.html
    Mon Mar 23 20:39:20 UTC 2026
      13.1K bytes
      Cache
     
  10. calibration_curve — scikit-learn 1.8.0 document...

    1 , 1 , 1 , 1 , 1 ]) >>> y_pred = np . array ([ 0.1 , 0.2...positive class. Added in version 1.1. n_bins int, default=5 Number...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.calibration_curve.html
    Mon Mar 23 20:39:21 UTC 2026
      13.8K bytes
      Cache
     
Back to Top