Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,340 for test (0.65 sec)

  1. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Tue Aug 19 13:22:49 UTC 2025
      10.2K bytes
      1 views
     
  2. TimeSeriesSplit — scikit-learn 1.7.1 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Tue Aug 19 13:22:51 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  3. ShuffleSplit — scikit-learn 1.7.1 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Tue Aug 19 13:22:49 UTC 2025
      124.6K bytes
      Cache
     
  4. DummyClassifier — scikit-learn 1.7.1 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Tue Aug 19 13:22:51 UTC 2025
      142.7K bytes
      Cache
     
  5. 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...
    Tue Aug 19 13:22:51 UTC 2025
      141.5K bytes
      Cache
     
  6. 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
    Tue Aug 19 13:22:49 UTC 2025
      10.8K bytes
     
  7. StratifiedGroupKFold — scikit-learn 1.7.1 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Tue Aug 19 13:22:51 UTC 2025
      129.7K bytes
      Cache
     
  8. StratifiedShuffleSplit — scikit-learn 1.7.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
    Tue Aug 19 13:22:49 UTC 2025
      122.5K bytes
      Cache
     
  9. class_likelihood_ratios — scikit-learn 1.7.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
    Tue Aug 19 13:22:49 UTC 2025
      122.5K bytes
      Cache
     
  10. GroupShuffleSplit — scikit-learn 1.7.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
    Tue Aug 19 13:22:48 UTC 2025
      128.2K bytes
      Cache
     
Back to top