Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 1,438 for test (0.18 sec)

  1. StratifiedShuffleSplit — scikit-learn 1.6.1 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
    Thu Apr 10 21:02:05 UTC 2025
      122.4K bytes
      Cache
     
  2. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Thu Apr 10 21:02:04 UTC 2025
      142K bytes
      Cache
     
  3. 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 10 21:02:05 UTC 2025
      128.8K bytes
      Cache
     
  4. 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 10 21:02:05 UTC 2025
      119.5K bytes
      Cache
     
  5. 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 10 21:02:05 UTC 2025
      120K bytes
      Cache
     
  6. 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 10 21:02:03 UTC 2025
      121.6K bytes
      Cache
     
  7. 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 10 21:02:03 UTC 2025
      154.9K bytes
      Cache
     
  8. plot_classifier_comparison.zip

    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/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Thu Apr 10 21:02:03 UTC 2025
      10.8K bytes
     
  9. GroupKFold — scikit-learn 1.6.1 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
    Thu Apr 10 21:02:04 UTC 2025
      127.7K bytes
      Cache
     
  10. cross_validate — scikit-learn 1.6.1 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
    Thu Apr 10 21:02:04 UTC 2025
      137.1K bytes
      Cache
     
Back to top