Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 221 - 240 of 1,328 for test (0.8 sec)

  1. Precision-Recall — scikit-learn 1.7.2 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
    Fri Sep 12 13:34:55 UTC 2025
      151.3K bytes
      Cache
     
  2. Prediction Latency — scikit-learn 1.7.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Fri Sep 12 13:34:50 UTC 2025
      142.9K bytes
      Cache
     
  3. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....at training time and not at test time, for resampling and similar...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Fri Sep 12 13:34:53 UTC 2025
      25.4K bytes
      3 views
     
  4. 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
    Fri Sep 12 13:34:56 UTC 2025
      140.9K bytes
      Cache
     
  5. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Fri Sep 12 13:34:54 UTC 2025
      96.3K bytes
      Cache
     
  6. RANSACRegressor — scikit-learn 1.7.2 documentation

    the mean accuracy on the given test data, which is used for the...the inliers predicted by the “best” model found during RANSAC sampling...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Fri Sep 12 13:34:55 UTC 2025
      143.5K bytes
      Cache
     
  7. 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
    Fri Sep 12 13:34:56 UTC 2025
      162.8K bytes
      Cache
     
  8. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Fri Sep 12 13:34:53 UTC 2025
      101.5K bytes
      Cache
     
  9. 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
    Fri Sep 12 13:34:53 UTC 2025
      115.1K bytes
      Cache
     
  10. Version 0.13 — scikit-learn 1.7.2 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Fri Sep 12 13:34:55 UTC 2025
      72.2K bytes
      Cache
     
  11. 外だしSQLのタイトル (OutsideSqlTitle) | DBFlute

    [df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...
    dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html
    Tue Aug 12 02:41:09 UTC 2025
      13.3K bytes
      Cache
     
  12. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Fri Sep 12 13:34:53 UTC 2025
      36.8K bytes
     
  13. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Fri Sep 12 13:34:55 UTC 2025
      143.5K bytes
      Cache
     
  14. 6. Visualizations — scikit-learn 1.7.2 document...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/visualizations.html
    Fri Sep 12 13:34:56 UTC 2025
      50K bytes
      Cache
     
  15. Developer’s Guide — scikit-learn 1.7.2 document...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Fri Sep 12 13:34:53 UTC 2025
      37.7K bytes
      Cache
     
  16. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Fri Sep 12 13:34:55 UTC 2025
      106K bytes
      Cache
     
  17. 8.4. Loading other datasets — scikit-learn 1.7....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Fri Sep 12 13:34:53 UTC 2025
      60.8K bytes
      Cache
     
  18. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Fri Sep 12 13:34:56 UTC 2025
      96.3K bytes
      Cache
     
  19. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Fri Sep 12 13:34:55 UTC 2025
      165.8K bytes
      Cache
     
  20. Live updates: Appeals court says Trump overstep...

    New congressional maps will test the Latino vote in the 2026...remember that TARIFFS are the best tool to help our Workers, and...
    www.nbcnews.com/politics/trump-administration/live-blog/legal-battle-lisa-cook-ouster-trump-feder...
    Sat Aug 30 01:19:38 UTC 2025
      913K bytes
      Cache
     
Back to top