Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 837 for tests (0.94 sec)

  1. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Tue May 13 14:25:43 UTC 2025
      138.6K bytes
      Cache
     
  2. DBFluteのリポジトリ (Github) | DBFlute

    (サンプル) DBFlute Test DBFluteのテストプロジェクト。 DBFlute Test https://git...Project DBFlute Example DBFlute Test UTFlute EMecha DBFlute Session...
    dbflute.seasar.org/ja/environment/repository.html
    Mon Apr 28 16:40:31 UTC 2025
      10.6K bytes
      1 views
      Cache
     
  3. 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 May 13 14:25:44 UTC 2025
      122.7K bytes
      Cache
     
  4. Visualizing cross-validation behavior in scikit...

    split data into training and test sets in order to avoid model...standardize the number of groups in test sets, etc. This example visualizes...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Tue May 13 14:25:44 UTC 2025
      119.9K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Tue May 13 14:25:46 UTC 2025
      155.8K bytes
      Cache
     
  6. Introducing the OTTL Playground for OpenTelemet...

    and test statements in real-time, making...users to create, modify, and test statements in real-time, making...
    www.elastic.co/observability-labs/blog/introducing-the-ottl-playground-for-opentelemetry
    Wed May 14 01:12:23 UTC 2025
      61.9K bytes
      Cache
     
  7. Recursive feature elimination with cross-valida...

    [ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...selected" ) plt . ylabel ( "Mean test accuracy" ) plt . errorbar (...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Tue May 13 14:25:44 UTC 2025
      94K bytes
      Cache
     
  8. ELSER – Elastic Learned Sparse EncodeR | Machin...

    Testing ELSER You can test the deployed model...want to test ELSER on. Provide a search query and click Test . Evaluating...
    www.elastic.co/guide/en/machine-learning/current/ml-nlp-elser.html
    Tue Mar 18 16:01:18 UTC 2025
      48.3K bytes
      Cache
     
  9. CalibratedClassifierCV — scikit-learn 1.6.1 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Tue May 13 14:25:44 UTC 2025
      154.9K bytes
      Cache
     
  10. Underfitting vs. Overfitting — scikit-learn 1.6...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Tue May 13 14:25:44 UTC 2025
      98.7K bytes
      Cache
     
Back to top