Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,513 for text (1.05 sec)

  1. TimeSeriesSplit — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  2. ShuffleSplit — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      124.6K bytes
      Cache
     
  3. Measles cases quickly rising in Minnesota. Here...

    “When the outbreaks began in Texas, all of us anticipated that...massive measles outbreak in West Texas, which totaled 762 cases. Ninety-nine...
    www.nbcnews.com/health/health-news/measles-minnesota-double-us-outbreaks-vaccine-continue-rcna235144
    Sat Oct 04 01:13:28 UTC 2025
      263.7K bytes
      Cache
     
  4. Live updates: Government shutdown layoffs block...

    will be a key test of whether Democrats want to...28 people showed up. At the next, it was 68. It then grew to...
    www.nbcnews.com/politics/trump-administration/live-blog/trump-congress-government-shutdown-firing...
    Thu Oct 16 00:51:20 UTC 2025
      1.1M bytes
      Cache
     
  5. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Mon Oct 20 15:12:27 UTC 2025
      143.3K bytes
      Cache
     
  6. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Mon Oct 20 15:12:27 UTC 2025
      115.1K bytes
      Cache
     
  7. StratifiedGroupKFold — scikit-learn 1.7.2 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
    Mon Oct 20 15:12:26 UTC 2025
      129.7K bytes
      Cache
     
  8. Balance model complexity and cross-validated sc...

    "mean_test_score" : test_scores , "std_test_score" : grid...std of test scores mean_test_scores = np . mean ( test_scores...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Mon Oct 20 15:12:27 UTC 2025
      169.1K bytes
      Cache
     
  9. StratifiedShuffleSplit — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      122.5K bytes
      Cache
     
  10. GroupShuffleSplit — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      128.2K bytes
      Cache
     
Back to top