Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 380 of 1,341 for test (0.39 sec)

  1. Comparison of Calibration of Classifiers — scik...

    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_compare_calibration.html
    Tue Jul 01 15:59:32 UTC 2025
      116.8K bytes
      Cache
     
  2. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Tue Jul 01 15:59:32 UTC 2025
      136.2K bytes
      Cache
     
  3. ExtraTreeRegressor — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33 apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Fri Jun 27 15:51:05 UTC 2025
      161.1K bytes
      Cache
     
  4. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue Jul 01 15:59:33 UTC 2025
      126.7K bytes
      Cache
     
  5. Prediction Latency — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:35 UTC 2025
      142.9K bytes
      Cache
     
  6. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Tue Jul 01 15:59:32 UTC 2025
      115.5K bytes
      Cache
     
  7. 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
    Tue Jul 01 15:59:35 UTC 2025
      115.1K bytes
      Cache
     
  8. 外だし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
    Fri Jun 13 09:55:28 UTC 2025
      13.3K bytes
      Cache
     
  9. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Tue Jul 01 15:59:33 UTC 2025
      122.9K bytes
      Cache
     
  10. Version 0.18 — scikit-learn 1.7.0 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/stable/whats_new/v0.18.html
    Tue Jul 01 15:59:35 UTC 2025
      134.3K bytes
      Cache
     
  11. The strange bedfellows driving — and winning — ...

    the movement faces its biggest test. A Supreme Court ruling this...
    www.nbcnews.com/tech/internet/anti-porn-crusaders-winning-pornhub-age-verification-rcna210684
    Mon Jun 23 00:57:16 UTC 2025
      320.5K bytes
      Cache
     
  12. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Tue Jul 01 15:59:32 UTC 2025
      181.8K bytes
      Cache
     
  13. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Tue Jul 01 15:59:33 UTC 2025
      136K bytes
      Cache
     
  14. 6. Visualizations — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:34 UTC 2025
      50K bytes
      Cache
     
  15. Ordinary Least Squares and Ridge Regression — s...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html
    Tue Jul 01 15:59:32 UTC 2025
      106.7K bytes
      Cache
     
  16. 11. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Tue Jul 01 15:59:33 UTC 2025
      102.8K bytes
      Cache
     
  17. Developer’s Guide — scikit-learn 1.7.0 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
    Tue Jul 01 15:59:32 UTC 2025
      37.7K bytes
      Cache
     
  18. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Tue Jun 17 18:35:47 UTC 2025
      66.1K bytes
      Cache
     
  19. 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
    Tue Jul 01 15:59:32 UTC 2025
      143.5K bytes
      Cache
     
  20. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Tue Jul 01 15:59:35 UTC 2025
      195.3K bytes
      Cache
     
Back to top