Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 3,269 for 2 (0.1 sec)

  1. 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
    Fri Sep 26 00:57:37 UTC 2025
      157.7K bytes
      Cache
     
  2. confusion_matrix — scikit-learn 1.7.2 documenta...

    = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 0...0 , 2 ] >>> confusion_matrix ( y_true , y_pred ) array([[2, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Fri Sep 26 00:57:37 UTC 2025
      117.7K bytes
      Cache
     
  3. HalvingGridSearchCV — scikit-learn 1.7.2 docume...

    to a small value: n_splits * 2 when resource='n_samples' for...problem n_classes * n_splits * 2 when resource='n_samples' for...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Wed Sep 24 16:15:24 UTC 2025
      160.8K bytes
      Cache
      Similar Results (1)
     
  4. 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
    Fri Sep 26 00:57:37 UTC 2025
      111.9K bytes
      Cache
     
  5. 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
    Fri Sep 26 00:57:37 UTC 2025
      111.2K bytes
      Cache
     
  6. Version 1.2 — scikit-learn 1.7.2 documentation

    2.2 # March 2023 Changelog # sklearn.base...GitHub Choose version Version 1.2 # For a short description of the...
    scikit-learn.org/stable/whats_new/v1.2.html
    Sun Sep 21 07:22:51 UTC 2025
      219.7K bytes
      Cache
     
  7. LogisticRegressionCV — scikit-learn 1.7.2 docum...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...SAGA solver. Added in version 1.2: newton-cholesky solver. Multinomial...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Wed Sep 24 16:15:24 UTC 2025
      167.4K bytes
      Cache
     
  8. KFold — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...array ([ 1 , 2 , 3 , 4 ]) >>> kf = KFold ( n_splits = 2 ) >>> kf...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Wed Sep 24 16:15:26 UTC 2025
      123.2K bytes
      Cache
     
  9. LogisticRegression — scikit-learn 1.7.2 documen...

    [: 2 , :]) array([0, 0]) >>> clf . predict_proba ( X [: 2 , :])...‘lbfgs’ in 0.22. Added in version 1.2: newton-cholesky solver. Multinomial...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Fri Sep 26 00:57:37 UTC 2025
      191.6K bytes
      Cache
     
  10. LassoLarsIC — scikit-learn 1.7.2 documentation

    [[ - 2 , 2 ], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html
    Fri Sep 26 00:57:37 UTC 2025
      145.6K bytes
      Cache
     
Back to top