Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,345 for test (0.67 sec)

  1. 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
    Mon Jun 30 13:50:30 UTC 2025
      126.7K bytes
      Cache
     
  2. TweedieRegressor — scikit-learn 1.7.0 documenta...

    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.TweedieRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      142K bytes
      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
    Mon Jun 30 13:50:29 UTC 2025
      122.9K bytes
      Cache
     
  4. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Mon Jun 30 13:50:27 UTC 2025
      162.4K bytes
      1 views
      Cache
     
  5. Ask MetaFilter

    He states that a "chem test" he performed showed the presence...style="display:none"></div> <script type="text/javascript"> !function() { var...
    ask.metafilter.com
    Sun Jun 29 00:56:55 UTC 2025
      77.4K bytes
      1 views
      Cache
     
  6. Overview of multiclass training meta-estimators...

    examples Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Mon Jun 30 13:50:30 UTC 2025
      114.3K bytes
      Cache
     
  7. Time-related feature engineering — scikit-learn...

    test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...
    scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html
    Mon Jun 30 13:50:30 UTC 2025
      216.4K bytes
      Cache
     
  8. 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
    Mon Jun 30 13:50:29 UTC 2025
      102.8K bytes
      Cache
     
  9. 7.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Mon Jun 30 13:50:30 UTC 2025
      112.5K bytes
      Cache
     
  10. 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
    Mon Jun 30 13:50:29 UTC 2025
      119.3K bytes
      Cache
     
  11. 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
     
  12. MultiTaskLassoCV — scikit-learn 1.7.0 documenta...

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Mon Jun 30 13:50:28 UTC 2025
      163.2K bytes
      Cache
     
  13. PredefinedSplit — scikit-learn 1.7.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Mon Jun 30 13:50:27 UTC 2025
      115.7K bytes
      Cache
     
  14. 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 Jun 30 13:50:29 UTC 2025
      140.9K bytes
      Cache
     
  15. Ordinary Least Squares Example — scikit-learn 1...

    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.html
    Thu Jun 05 00:23:02 UTC 2025
      96.1K bytes
      Cache
     
  16. 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
    Mon Jun 30 13:50:27 UTC 2025
      96.3K bytes
      Cache
     
  17. SimpleImputer — scikit-learn 1.7.0 documentation

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Mon Jun 30 13:50:30 UTC 2025
      147K bytes
      Cache
     
  18. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Mon Jun 30 13:50:30 UTC 2025
      160.9K bytes
      Cache
     
  19. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Fri Jun 13 09:55:28 UTC 2025
      15.2K bytes
      44 views
      Cache
     
  20. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Mon Jun 30 13:50:30 UTC 2025
      99.2K bytes
      Cache
     
Back to top