Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 7,881 for 2 (3.88 seconds)

  1. roc_auc_score — scikit-learn 1.7.2 docume...

    the standardized partial AUC [2] over the range [0, max_fpr] is...under of the ROC as follows: G = 2 * AUC - 1 Where G is the Gini...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
    Mon Nov 17 17:38:23 GMT 2025
      131.3K bytes
      Cache
     
  2. SGDClassifier — scikit-learn 1.7.2 docume...

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> Y = np . array ([ 1 , 1 , 2 , 2 ]) >>> # Always scale...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Mon Nov 17 17:38:23 GMT 2025
      186.6K bytes
      Cache
     
  3. PartialDependenceDisplay — scikit-learn 1...

    2 Release Highlights for scikit-learn 1.2 Release Highlights...‘both’) is not a valid option for 2-ways interactions plot. As a result,...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.PartialDependenceDisplay.html
    Mon Nov 17 17:38:24 GMT 2025
      176.8K bytes
      Cache
     
  4. lars_path — scikit-learn 1.7.2 documentation

    float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path.html
    Mon Nov 17 17:38:23 GMT 2025
      120.5K bytes
      Cache
     
  5. precision_score — scikit-learn 1.7.2 docu...

    2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_score.html
    Mon Nov 17 17:38:24 GMT 2025
      125.4K bytes
      Cache
      Similar Results (1)
     
  6. SpectralBiclustering — scikit-learn 1.7.2...

    [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...SpectralBiclustering ( n_clusters = 2 , random_state = 0 ) . fit ( X...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.SpectralBiclustering.html
    Mon Nov 17 17:38:24 GMT 2025
      130.2K bytes
      Cache
     
  7. OAS — scikit-learn 1.7.2 documentation

    formula (23) states that 2/p (p being the number of features)...because for a large p, the value of 2/p is so small that it doesn’t...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Nov 17 17:38:23 GMT 2025
      133.5K bytes
      Cache
     
  8. average_precision_score — scikit-learn 1....

    2 , 2 ]) >>> y_scores = np...], ... [ 0.2 , 0.3 , 0.5 ], ... [ 0.4 , 0.4 , 0.2 ], ... [ 0.1...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html
    Mon Nov 17 17:38:24 GMT 2025
      116K bytes
      Cache
     
  9. TransformerMixin — scikit-learn 1.7.2 doc...

    2 ], [ 2 , 3 ], [ 3 , 4 ]] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.base.TransformerMixin.html
    Mon Nov 17 17:38:24 GMT 2025
      116.6K bytes
      Cache
     
  10. DecisionTreeClassifier — scikit-learn 1.7...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Mon Nov 17 17:38:23 GMT 2025
      173.2K bytes
      Cache
     
Back to Top