Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,304 for test (0.15 sec)

  1. train_test_split — scikit-learn 1.7.0 documenta...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Tue Jul 08 15:58:47 UTC 2025
      169.7K bytes
      Cache
     
  2. Effect of model regularization on training and ...

    X_test , y_train , y_test = train_test_split ( X ,...print ( f "Test score: { enet . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Tue Jul 08 15:58:49 UTC 2025
      102.8K bytes
      1 views
      Cache
     
  3. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Tue Jul 08 15:58:50 UTC 2025
      91.6K bytes
      Cache
     
  4. TimeSeriesSplit — scikit-learn 1.7.0 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 Jul 08 15:58:47 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  5. ShuffleSplit — scikit-learn 1.7.0 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 Jul 08 15:58:48 UTC 2025
      124.6K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.7.0 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 Jul 08 15:58:48 UTC 2025
      122.5K bytes
      Cache
     
  7. GroupShuffleSplit — scikit-learn 1.7.0 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 Jul 08 15:58:50 UTC 2025
      128.4K bytes
      Cache
     
  8. class_likelihood_ratios — scikit-learn 1.7.0 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 Jul 08 15:58:50 UTC 2025
      122.5K bytes
      Cache
     
  9. RepeatedStratifiedKFold — scikit-learn 1.7.0 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
    Tue Jul 08 15:58:48 UTC 2025
      121.6K bytes
      Cache
     
  10. GroupKFold — scikit-learn 1.7.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
    Tue Jul 08 15:58:48 UTC 2025
      127.3K bytes
      Cache
     
Back to top