Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,798 for 1 (0.09 sec)

  1. precision_score — scikit-learn 1.5.0 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> precision_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Fri May 31 14:06:07 UTC 2024
      130.9K bytes
      Cache
      Similar Results (1)
     
  2. completeness_score — scikit-learn 1.5.0 documen...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>> print...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Fri May 31 14:06:06 UTC 2024
      120.6K bytes
      Cache
     
  3. f1_score — scikit-learn 1.5.0 documentation

    [ 1 , 1 , 1 ], [ 0 , 1 , 1 ]] >>> y_pred = [[...[[ 0 , 0 , 0 ], [ 1 , 1 , 1 ], [ 1 , 1 , 0 ]] >>> f1_score ( y_true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html
    Fri May 31 14:06:06 UTC 2024
      131.1K bytes
      Cache
     
  4. confusion_matrix — scikit-learn 1.5.0 documenta...

    1 , 0 , 1 ], [ 1 , 1 , 1 , 0 ]) . ravel ()...negatives is \(C_{1,0}\) , true positives is \(C_{1,1}\) and false...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Fri May 31 14:06:04 UTC 2024
      123.1K bytes
      Cache
     
  5. minmax_scale — scikit-learn 1.5.0 documentation

    1 , 2 ], [ - 1 , 0 , 1 ]] >>> minmax_scale...independently array([[0., 1., 1.], [1., 0., 0.]]) >>> minmax_scale...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Thu May 30 15:22:07 UTC 2024
      121.3K bytes
      Cache
     
  6. estimate_bandwidth — scikit-learn 1.5.0 documen...

    array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...means 1 unless in a joblib.parallel_backend context. -1 means...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.estimate_bandwidth.html
    Thu May 30 15:22:07 UTC 2024
      116.8K bytes
      Cache
     
  7. hamming_loss — scikit-learn 1.5.0 documentation

    1 ], [ 1 , 1 ]]), np . zeros (( 2 , 2...between 0 and 1, lower being better. References [ 1 ] Grigorios...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Fri May 31 14:06:04 UTC 2024
      118K bytes
      Cache
     
  8. ValidationCurveDisplay — scikit-learn 1.5.0 doc...

    means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn 1.3 Release Highlights for scikit-learn 1.3 Plotting...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Fri May 31 14:06:04 UTC 2024
      148.7K bytes
      Cache
     
  9. accuracy_score — scikit-learn 1.5.0 documentation

    1 ], [ 1 , 1 ]]), np . ones (( 2 , 2...y_pred = [ 0 , 2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Fri May 31 14:06:04 UTC 2024
      121.6K bytes
      Cache
     
  10. fetch_20newsgroups — scikit-learn 1.5.0 documen...

    1, 1, 1, 0, 1, 1, 0, 0, 0]) Gallery examples...Added in version 1.5. delay float, default=1.0 Number of seconds...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Thu May 30 15:22:05 UTC 2024
      124.9K bytes
      Cache
     
Back to top