Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 1,770 for test (0.16 sec)

  1. AdaBoostClassifier — scikit-learn 1.5.0 documen...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Wed May 22 15:20:05 UTC 2024
      166K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.5.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Wed May 22 15:20:10 UTC 2024
      131.4K bytes
      Cache
     
  3. Feature Selection — scikit-learn 1.5.0 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Wed May 22 15:20:05 UTC 2024
      85.2K bytes
      Cache
     
  4. cross_validate — scikit-learn 1.5.0 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed May 22 15:20:08 UTC 2024
      140.9K bytes
      Cache
     
  5. Official Elasticsearch Pricing: Elastic Cloud, ...

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing
    Thu May 23 00:07:01 UTC 2024
      375K bytes
      Cache
     
  6. Colon cancer screening may be safe every 15 yea...

    cheaper valid test is much better than no test at all,” said...a stool-based test, though a positive stool test will require...
    www.nbcnews.com/health/cancer/colonoscopy-15-years-colon-cancer-average-risk-rcna150372
    Fri May 03 00:58:05 UTC 2024
      266.7K bytes
      Cache
     
  7. fetch_20newsgroups — scikit-learn 1.5.0 documen...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed May 22 15:20:10 UTC 2024
      124.9K bytes
      Cache
     
  8. validation_curve — scikit-learn 1.5.0 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed May 22 15:20:08 UTC 2024
      124.3K bytes
      Cache
     
  9. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Wed May 22 15:20:05 UTC 2024
      165K bytes
      Cache
     
  10. KNeighborsClassifier — scikit-learn 1.5.0 docum...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Wed May 22 15:20:08 UTC 2024
      161.2K bytes
      Cache
     
  11. 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
     
  12. 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
     
  13. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Tue May 21 18:58:19 UTC 2024
      1.6M bytes
      4 views
     
  14. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Tue May 21 18:58:19 UTC 2024
      4.9K bytes
      1 views
     
  15. 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
     
  16. 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
     
  17. 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
     
  18. 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
     
  19. 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
     
  20. 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
     
Back to top