Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 707 for test (0.13 sec)

  1. StratifiedShuffleSplit — scikit-learn 1.5.2 doc...

    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.StratifiedShuffleSplit.html
    Wed Oct 30 20:01:23 UTC 2024
      121K bytes
      Cache
     
  2. RepeatedKFold — scikit-learn 1.5.2 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 Oct 30 20:01:21 UTC 2024
      118.3K bytes
      Cache
     
  3. GroupShuffleSplit — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:21 UTC 2024
      127.3K bytes
      Cache
     
  4. learning_curve — scikit-learn 1.5.2 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 Oct 30 20:01:21 UTC 2024
      121.2K bytes
      Cache
     
  5. class_likelihood_ratios — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:21 UTC 2024
      118K bytes
      Cache
     
  6. RepeatedStratifiedKFold — scikit-learn 1.5.2 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
    Wed Oct 30 20:01:21 UTC 2024
      119.6K bytes
      Cache
     
  7. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Wed Oct 30 20:01:23 UTC 2024
      117.2K bytes
      Cache
     
  8. GroupKFold — scikit-learn 1.5.2 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 Oct 30 20:01:23 UTC 2024
      124.7K bytes
      Cache
     
  9. cross_validate — scikit-learn 1.5.2 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 Oct 30 20:01:21 UTC 2024
      136.1K bytes
      Cache
     
  10. ComplementNB — scikit-learn 1.5.2 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 Oct 30 20:01:23 UTC 2024
      152.4K bytes
      Cache
     
Back to top