Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 506 for tests (0.11 sec)

  1. Version 0.18 — scikit-learn 1.6.dev0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/dev/whats_new/v0.18.html
    Mon May 27 10:29:28 UTC 2024
      139.1K bytes
      Cache
      Similar Results (1)
     
  2. fetch_lfw_pairs — scikit-learn 1.5.0 documentation

    test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Sat May 25 13:41:02 UTC 2024
      119.2K bytes
      Cache
     
  3. 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 May 27 10:29:30 UTC 2024
      137.7K bytes
      Cache
     
  4. Precision-Recall — scikit-learn 1.5.0 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Mon May 27 10:29:29 UTC 2024
      138.8K bytes
      Cache
     
  5. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Mon May 27 10:29:28 UTC 2024
      140.8K bytes
      Cache
     
  6. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Mon May 27 10:29:29 UTC 2024
      159.6K bytes
      Cache
     
  7. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Mon May 27 10:29:30 UTC 2024
      217.6K bytes
      Cache
      Similar Results (1)
     
  8. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Mon May 27 10:29:30 UTC 2024
      104.2K bytes
      Cache
     
  9. StratifiedGroupKFold — scikit-learn 1.5.0 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 May 27 10:29:28 UTC 2024
      135.4K bytes
      Cache
     
  10. 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 May 27 10:29:29 UTC 2024
      114.5K bytes
      Cache
     
Back to top