Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 420 of 1,755 for test (0.18 sec)

  1. 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 28 11:51:32 UTC 2024
      154K bytes
      Cache
     
  2. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Tue May 28 11:51:34 UTC 2024
      161.9K bytes
      Cache
     
  3. 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 May 28 11:51:33 UTC 2024
      114.5K bytes
      Cache
     
  4. Elastic Microsoft SQL connector reference | Ent...

    Connector testing for more details. To perform E2E testing for the...command: make ftest NAME=mssql For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-ms-sql.html
    Thu May 09 14:03:31 UTC 2024
      59.7K bytes
      Cache
     
  5. Decision Tree Regression — scikit-learn 1.5.0 d...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) # Plot the.... fit ( X , y ) # Predict X_test = np . arange ( 0.0 , 5.0 ,...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Tue May 28 11:51:34 UTC 2024
      91.4K bytes
      Cache
     
  6. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Tue May 28 11:51:34 UTC 2024
      105.2K bytes
      Cache
     
  7. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Fri May 24 02:22:00 UTC 2024
      23.5K bytes
      1 views
      Cache
     
  8. Elastic SharePoint Online connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_online For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint-online.html
    Thu May 23 10:23:19 UTC 2024
      88K bytes
      Cache
     
  9. 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
    Fri May 24 02:22:00 UTC 2024
      32.7K bytes
      Cache
     
  10. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Tue May 28 11:51:32 UTC 2024
      88.7K bytes
      Cache
     
  11. Pipeline ANOVA SVM — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Tue May 28 11:51:34 UTC 2024
      105.7K bytes
      Cache
     
  12. SelectFpr — scikit-learn 1.5.0 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
    Tue May 28 11:51:32 UTC 2024
      138.8K bytes
      Cache
     
  13. 7.2. Real world datasets — scikit-learn 1.5.0 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Tue May 28 11:51:33 UTC 2024
      105K bytes
      Cache
     
  14. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Tue May 28 11:51:33 UTC 2024
      198.5K bytes
      Cache
     
  15. Inside RFK Jr. VP pick Nicole Shanahan’s conspi...

    that Covid was a “compliance test” designed to keep people indoors,...
    www.nbcnews.com/politics/2024-election/nicole-shanahan-rfk-jr-vice-president-beliefs-rcna153535
    Fri May 24 00:52:39 UTC 2024
      355.8K bytes
      Cache
     
  16. Glossary of Common Terms and API Elements — sci...

    common tests # This refers to the tests run on almost...(train_idx, test_idx) pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/dev/glossary.html
    Tue May 28 11:51:31 UTC 2024
      217.6K bytes
      Cache
      Similar Results (1)
     
  17. Version 0.13 — scikit-learn 1.5.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Tue May 28 11:51:34 UTC 2024
      76.8K bytes
      Cache
      Similar Results (1)
     
  18. 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 May 28 11:51:32 UTC 2024
      123.2K bytes
      Cache
     
  19. Version 0.18 — scikit-learn 1.5.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 May 28 11:51:33 UTC 2024
      139.1K bytes
      Cache
      Similar Results (1)
     
  20. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Tue May 28 11:51:32 UTC 2024
      96.4K bytes
      Cache
     
Back to top