Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 2,485 for 2 (0.35 sec)

  1. hamming_loss — scikit-learn 1.7.2 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Sun Nov 09 07:16:24 UTC 2025
      111.9K bytes
      Cache
     
  2. v_measure_score — scikit-learn 1.7.2 documentation

    2 ], [ 0 , 0 , 1 , 1 ])) 0.8 >>>...% v_measure_score ([ 0 , 1 , 2 , 3 ], [ 0 , 0 , 1 , 1 ])) 0.67...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.v_measure_score.html
    Mon Nov 10 15:11:19 UTC 2025
      121.5K bytes
      Cache
     
  3. kmeans_plusplus — scikit-learn 1.7.2 documentation

    2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...n_clusters = 2 , random_state = 0 ) >>> centers array([[10, 2], [ 1,...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.kmeans_plusplus.html
    Mon Nov 10 15:11:15 UTC 2025
      111.2K bytes
      Cache
     
  4. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    2. method {‘sigmoid’, ‘isotonic’},...Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming Classifier Scores...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Nov 10 15:11:18 UTC 2025
      154.3K bytes
      Cache
     
  5. mean_poisson_deviance — scikit-learn 1.7.2 docu...

    y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html
    Sun Nov 09 07:16:24 UTC 2025
      108.1K bytes
      Cache
     
  6. AdaBoostClassifier — scikit-learn 1.7.2 documen...

    implements the algorithm based on [2] . Read more in the User Guide...max_depth=1 . Added in version 1.2: base_estimator was renamed to...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Sun Nov 09 07:16:24 UTC 2025
      157.7K bytes
      Cache
     
  7. recall_score — scikit-learn 1.7.2 documentation

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html
    Sun Nov 09 07:16:24 UTC 2025
      125.5K bytes
      Cache
      Similar Results (1)
     
  8. silhouette_samples — scikit-learn 1.7.2 documen...

    defined if number of labels is 2 <= n_labels <= n_samples - 1 ....Applied Mathematics 20: 53-65. [ 2 ] Wikipedia entry on the Silhouette...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html
    Sun Nov 09 07:16:24 UTC 2025
      112.3K bytes
      Cache
     
  9. accuracy_score — scikit-learn 1.7.2 documentation

    2 , 1 , 3 ] >>> y_true = [ 0 , 1 , 2 , 3 ] >>> accuracy_score...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 Gallery examples # Plot...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.accuracy_score.html
    Mon Nov 10 15:11:18 UTC 2025
      116.4K bytes
      Cache
     
  10. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...\((X_1, X_2)\) to \((1, X_1, X_2, X_1^2, X_1X_2, X_2^2)\) . In...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Nov 10 15:11:19 UTC 2025
      198.2K bytes
      Cache
     
Back to top