Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 1,305 for test (1.19 sec)

  1. ExtraTreeRegressor — scikit-learn 1.7.2 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 Oct 10 15:14:35 UTC 2025
      160.8K bytes
      Cache
     
  2. Pipeline — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Fri Oct 10 15:14:35 UTC 2025
      187.8K bytes
      Cache
     
  3. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri Oct 10 15:14:35 UTC 2025
      123.1K bytes
      Cache
     
  4. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Fri Oct 10 15:14:35 UTC 2025
      127.4K bytes
      Cache
     
  5. GammaRegressor — scikit-learn 1.7.2 documentation

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Fri Oct 10 15:14:36 UTC 2025
      138.9K bytes
      Cache
     
  6. 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 Oct 10 15:14:33 UTC 2025
      151.3K bytes
      Cache
     
  7. 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
    Fri Oct 10 15:14:33 UTC 2025
      126.8K bytes
      Cache
     
  8. How the Elastic InfoSec team uses Elastic Secur...

    test, and provide feedback on all...extension of Quality Assurance/Testing, but also as a data custodian....
    www.elastic.co/blog/how-the-elastic-infosec-team-uses-elastic-security
    Sat Oct 11 00:47:20 UTC 2025
      377.8K 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
    Fri Oct 10 15:14:35 UTC 2025
      122.9K bytes
      Cache
     
  10. 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 Oct 10 15:14:36 UTC 2025
      142.9K bytes
      Cache
     
Back to top