Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 683 for test (0.1 sec)

  1. CalibratedClassifierCV — scikit-learn 1.5.0 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Wed May 22 15:20:08 UTC 2024
      157.6K bytes
      Cache
     
  2. GaussianProcessClassifier — scikit-learn 1.5.0 ...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Wed May 22 15:20:08 UTC 2024
      152.2K bytes
      Cache
     
  3. LearningCurveDisplay — scikit-learn 1.5.0 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Wed May 22 15:20:05 UTC 2024
      149.8K bytes
      Cache
     
  4. ComplementNB — scikit-learn 1.5.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Wed May 22 15:20:08 UTC 2024
      159.3K bytes
      Cache
     
  5. How to easily add application monitoring in Kub...

    shown here: package test ; public class Testing implements Runnable...name : webhook - test labels : app : webhook - test spec : containers...
    www.elastic.co/observability-labs/blog/application-monitoring-kubernetes-pods
    Thu May 23 00:57:01 UTC 2024
      135.9K bytes
      Cache
     
  6. StratifiedKFold — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Wed May 22 15:20:08 UTC 2024
      129.9K bytes
      Cache
     
  7. RepeatedKFold — scikit-learn 1.5.0 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Wed May 22 15:20:08 UTC 2024
      125K bytes
      Cache
     
  8. TunedThresholdClassifierCV — scikit-learn 1.5.0...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Wed May 22 15:20:05 UTC 2024
      154.3K bytes
      Cache
     
  9. learning_curve — scikit-learn 1.5.0 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Wed May 22 15:20:05 UTC 2024
      128.3K bytes
      Cache
     
  10. minmax_scale — scikit-learn 1.5.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Wed May 22 15:20:10 UTC 2024
      121.3K bytes
      Cache
     
Back to top