Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 250 of 1,312 for test (5.98 sec)

  1. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Sat Sep 06 21:55:17 UTC 2025
      108.5K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Sat Sep 06 21:55:17 UTC 2025
      140.6K 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
    Sat Sep 06 21:55:16 UTC 2025
      123.1K bytes
      Cache
     
  4. Beyond RAG Basics: Advanced strategies for AI a...

    Strategies and best practices for implementing RAG . Test the latest...the challenges, solutions, and best practices in this evolving field...
    www.elastic.co/blog/beyond-rag-basics
    Mon Sep 08 00:44:21 UTC 2025
      519.6K bytes
      Cache
     
  5. TweedieRegressor — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:17 UTC 2025
      141.7K bytes
      Cache
     
  6. 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
    Sat Sep 06 21:55:17 UTC 2025
      126.8K bytes
      Cache
     
  7. 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
    Sat Sep 06 21:55:17 UTC 2025
      122.9K bytes
      Cache
     
  8. LassoCV — scikit-learn 1.7.1 documentation

    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.LassoCV.html
    Sat Sep 06 21:55:17 UTC 2025
      168.8K bytes
      Cache
     
  9. 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
    Sat Sep 06 21:55:17 UTC 2025
      216.4K bytes
      Cache
     
  10. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Sat Sep 06 21:55:16 UTC 2025
      102.2K bytes
      Cache
     
  11. 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
    Sat Sep 06 21:55:15 UTC 2025
      102.8K bytes
      Cache
     
  12. 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
    Sun Sep 07 00:58:30 UTC 2025
      66.5K bytes
      Cache
     
  13. 7.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score: { regr . score ( X_test , y_test ) : .2f } " ) R2 score:...
    scikit-learn.org/stable/modules/compose.html
    Sat Sep 06 21:55:15 UTC 2025
      114K bytes
      Cache
     
  14. PredefinedSplit — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:16 UTC 2025
      115.7K bytes
      Cache
     
  15. OAS — scikit-learn 1.7.1 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Sat Sep 06 21:55:15 UTC 2025
      133.4K bytes
      Cache
     
  16. MultiTaskLassoCV — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:16 UTC 2025
      162.9K bytes
      Cache
     
  17. 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
    Sat Sep 06 21:55:16 UTC 2025
      25.4K bytes
      3 views
     
  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
    Sat Sep 06 21:55:17 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
    Tue Aug 12 02:41:09 UTC 2025
      15.2K bytes
      50 views
      Cache
     
  20. 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
    Sat Sep 06 21:55:16 UTC 2025
      156.8K bytes
      Cache
     
  21. 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
    Sat Sep 06 21:55:17 UTC 2025
      99.2K bytes
      Cache
     
  22. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Sat Sep 06 21:55:17 UTC 2025
      168.1K bytes
      1 views
      Cache
     
  23. CalibratedClassifierCV — scikit-learn 1.7.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
    Sat Sep 06 21:55:17 UTC 2025
      154.4K bytes
      Cache
     
  24. Underfitting vs. Overfitting — scikit-learn 1.7...

    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
    Sat Sep 06 21:55:17 UTC 2025
      98.7K bytes
      Cache
     
  25. Search tier autoscaling in Elasticsearch Server...

    start a 14-day free trial to test it out yourself! You can follow...autoscaling and performance stress testing at scale Dive into how Elasticsearch...
    www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling
    Mon Sep 08 00:49:36 UTC 2025
      149.7K bytes
      Cache
     
  26. GridSearchCV — scikit-learn 1.7.1 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Sat Sep 06 21:55:15 UTC 2025
      184.7K bytes
      Cache
     
  27. LeavePGroupsOut — scikit-learn 1.7.1 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Sat Sep 06 21:55:16 UTC 2025
      122.7K bytes
      Cache
     
  28. LeaveOneOut — scikit-learn 1.7.1 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Sat Sep 06 21:55:17 UTC 2025
      116.3K bytes
      Cache
     
  29. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Sat Sep 06 21:55:16 UTC 2025
      102.8K bytes
      Cache
     
  30. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Sat Sep 06 21:55:17 UTC 2025
      126.6K bytes
      Cache
     
  31. load_svmlight_files — scikit-learn 1.7.1 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sat Sep 06 21:55:17 UTC 2025
      111.5K bytes
      Cache
     
  32. Las Vegas' growing mosquito problem is 'a ticki...

    fever and West Nile virus to Las Vegas and the rest of Clark County....record number of mosquitoes that tested positive for the virus in and...
    www.nbcnews.com/science/science-news/las-vegas-mosquito-problem-explained-rcna225002
    Mon Aug 18 01:25:15 UTC 2025
      276.7K bytes
      Cache
     
  33. LarsCV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Sat Sep 06 21:55:16 UTC 2025
      141.8K bytes
      Cache
     
  34. feed.xml

    import { test, expect } from "@playwright/test"; test("homepage...import { test, expect } from "@playwright/test"; test("homepage...
    www.elastic.co/observability-labs/rss/feed.xml
    Sun Sep 07 01:11:51 UTC 2025
      2.4M bytes
      7 views
     
  35. Debugging Azure Networking for Elastic Cloud Se...

    for the duration of the test. These tests are designed to push the...performance and scalability tests to ensure that our users get...
    www.elastic.co/observability-labs/blog/debugging-aks-packet-loss
    Sun Sep 07 01:12:01 UTC 2025
      149.7K bytes
      Cache
     
  36. MultinomialNB — scikit-learn 1.7.1 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Sat Sep 06 21:55:17 UTC 2025
      151.9K bytes
      Cache
     
  37. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Sat Sep 06 21:55:17 UTC 2025
      197K bytes
      Cache
     
  38. NearestCentroid — scikit-learn 1.7.1 documentation

    with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat Sep 06 21:55:15 UTC 2025
      136.4K bytes
      Cache
     
  39. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Sat Sep 06 21:55:16 UTC 2025
      106.2K bytes
      Cache
     
  40. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Sat Sep 06 21:55:17 UTC 2025
      96.2K bytes
      Cache
     
  41. ElasticNet — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Sat Sep 06 21:55:16 UTC 2025
      166.2K bytes
      Cache
     
  42. 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
     
  43. 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
    Sat Sep 06 21:55:16 UTC 2025
      114.3K bytes
      Cache
     
  44. NuSVR — scikit-learn 1.7.1 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Sat Sep 06 21:55:16 UTC 2025
      142.4K bytes
      Cache
     
  45. 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
    Sat Sep 06 21:55:16 UTC 2025
      127.4K bytes
      Cache
     
  46. DBFluteのEclipseコード補完 | LastaFlute

    UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...
    dbflute.seasar.org/ja/tutorial/eclipse/dfclipsecomp.html
    Tue Aug 12 02:41:09 UTC 2025
      32.7K bytes
      1 views
      Cache
     
  47. Precision-Recall — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:17 UTC 2025
      151.3K bytes
      Cache
     
  48. SelectFpr — scikit-learn 1.7.1 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Sat Sep 06 21:55:15 UTC 2025
      132.7K bytes
      Cache
     
  49. TunedThresholdClassifierCV — scikit-learn 1.7.1...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Sat Sep 06 21:55:15 UTC 2025
      148.3K bytes
      Cache
     
  50. Prediction Latency — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:17 UTC 2025
      142.9K bytes
      Cache
     
Back to top