Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 1,457 for test (0.09 sec)

  1. GroupShuffleSplit — scikit-learn 1.6.1 document...

    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.GroupShuffleSplit.html
    Thu Apr 17 23:17:18 UTC 2025
      128.8K bytes
      Cache
     
  2. 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
    Thu Apr 17 23:17:16 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  3. class_likelihood_ratios — scikit-learn 1.6.1 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Thu Apr 17 23:17:16 UTC 2025
      119.5K bytes
      Cache
     
  4. 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
    Wed Apr 16 15:57:21 UTC 2025
      4.8K bytes
      1 views
     
  5. Examples — scikit-learn 1.6.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Thu Apr 17 23:17:17 UTC 2025
      274.1K bytes
      Cache
     
  6. CalibratedClassifierCV — scikit-learn 1.6.1 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
    Thu Apr 17 23:17:18 UTC 2025
      154.9K bytes
      Cache
     
  7. RepeatedStratifiedKFold — scikit-learn 1.6.1 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Thu Apr 17 23:17:18 UTC 2025
      121.6K bytes
      Cache
     
  8. 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
    Fri Apr 18 00:07:24 UTC 2025
      446.3K bytes
      Cache
     
  9. OneVsOneClassifier — scikit-learn 1.6.1 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Thu Apr 17 23:17:18 UTC 2025
      143.6K bytes
      Cache
     
  10. fetch_20newsgroups — scikit-learn 1.6.1 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
    Thu Apr 17 23:17:18 UTC 2025
      120K bytes
      Cache
     
Back to top