Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 161 - 170 of over 10,000 for 1 (0.1 seconds)

  1. Probability Calibration curves — scikit-l...

    1 ), ( 3 , 0 ), ( 3 , 1 )] for i , ( _ , name...calibrated_df , 0 , 1 ) proba_neg_class = 1 - proba_pos_class proba...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Mon Dec 15 15:02:30 GMT 2025
      143.2K bytes
      Cache
     
  2. completeness_score — scikit-learn 1.8.0 d...

    1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Non-perfect labelings...completeness_score ([ 0 , 0 , 1 , 1 ], [ 0 , 1 , 0 , 1 ])) 0.0 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.completeness_score.html
    Mon Dec 15 15:02:33 GMT 2025
      114.9K bytes
      Cache
     
  3. brier_score_loss — scikit-learn 1.8.0 doc...

    y_true in {-1, 1} or {0, 1}, pos_label defaults to 1; else if y_true...defined as: \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Mon Dec 15 15:02:33 GMT 2025
      120.4K bytes
      Cache
     
  4. sparse_encode — scikit-learn 1.8.0 docume...

    1 , 0 ], ... [ - 1 , - 1 , 2 ], ... [ 1 , 1 , 1 ], ......>>> X = np . array ([[ - 1 , - 1 , - 1 ], [ 0 , 0 , 3 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.sparse_encode.html
    Mon Dec 15 15:02:33 GMT 2025
      119.2K bytes
      Cache
     
  5. Compare BIRCH and MiniBatchKMeans — sciki...

    threshold = 1.7 , n_clusters = None ), Birch ( threshold = 1.7 , n_clusters...= fig . add_subplot ( 1 , 3 , ind + 1 ) for this_centroid , k...
    scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html
    Mon Dec 15 15:02:30 GMT 2025
      104.7K bytes
      Cache
     
  6. ApiVersionConfigurer (Spring Framework 7.0.1 API)

    " index 1. useVersionResolver public  ...
    docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/config/a...
    Fri Feb 01 00:00:00 GMT 1980
      38.9K bytes
      Cache
      Similar Results (1)
     
  7. polynomial_kernel — scikit-learn 1.8.0 do...

    [ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0..., degree = 2 ) array([[1. , 1. ], [1.77, 2.77]]) On this page...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.polynomial_kernel.html
    Mon Dec 15 15:02:33 GMT 2025
      108.5K bytes
      Cache
     
  8. LabelBinarizer — scikit-learn 1.8.0 docum...

    array([[1, 0, 0], [0, 1, 0], [0, 0, 1], [0, 1, 0]]) fit ( y )...fit ( np . array ([[ 0 , 1 , 1 ], [ 1 , 0 , 0 ]])) LabelBinarizer()...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Dec 15 15:02:33 GMT 2025
      136K bytes
      Cache
     
  9. paired_manhattan_distances — scikit-learn...

    array ([[ 1 , 1 , 0 ], [ 0 , 1 , 0 ], [ 0 , 0 , 1 ]]) >>>...calculated between (X[0], Y[0]), (X[1], Y[1]), …, (X[n_samples], Y[n_samples])....
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_manhattan_distances.html
    Mon Dec 15 15:02:31 GMT 2025
      108.2K bytes
      Cache
     
  10. matthews_corrcoef — scikit-learn 1.8.0 do...

    = [ + 1 , + 1 , + 1 , - 1 ] >>> y_pred = [ + 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 Dec 15 15:02:31 GMT 2025
      109.8K bytes
      Cache
     
Back to Top