Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 460 of 1,701 for test (0.15 sec)

  1. RBF SVM parameters — scikit-learn 1.4.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Sun May 19 20:00:39 UTC 2024
      54.9K bytes
      Cache
     
  2. Failure of Machine Learning to infer causal eff...

    X_test , y_train , y_test = train_test_split ( X ,...data into a training and a testing set. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/inspection/plot_causal_interpretation.html
    Sun May 19 20:00:39 UTC 2024
      45.1K bytes
      Cache
     
  3. 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/ut...
    Mon Mar 18 15:47:33 UTC 2024
      23.5K bytes
      1 views
      Cache
     
  4. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Sun May 19 20:00:39 UTC 2024
      43.9K bytes
      Cache
     
  5. Feature importances with a forest of trees — sc...

    X_test , y_train , y_test = train_test_split ( X ,...permutation_importance ( forest , X_test , y_test , n_repeats = 10 , random_state...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html
    Sun May 19 20:00:38 UTC 2024
      49K bytes
      Cache
     
  6. 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 16 16:21:35 UTC 2024
      88K bytes
      Cache
     
  7. 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
    Sun May 19 20:00:38 UTC 2024
      43.2K bytes
      Cache
     
  8. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Sun May 19 20:00:39 UTC 2024
      92K bytes
      Cache
     
  9. Rocky Linux 9.4 Available Now - Rocky Linux

    Testing Each Rocky Linux release undergoes...undergoes extensive testing for accuracy and stability, incorporating...
    rockylinux.org/news/rocky-linux-9-4-ga-release
    Sun May 12 01:10:48 UTC 2024
      80.1K bytes
      Cache
     
  10. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Sun May 19 20:00:39 UTC 2024
      80.9K bytes
      Cache
     
  11. 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
    Sun May 19 20:00:39 UTC 2024
      137K bytes
      Cache
     
  12. Technology and Media News | NBC News

    Select 100 The 100 best moisturizers tested and ranked, according...Sipa via AP Security Google tests AI to detect scam phone calls....
    www.nbcnews.com/tech-media
    Sun May 19 00:49:36 UTC 2024
      1.2M bytes
      Cache
     
  13. Pipeline ANOVA SVM — scikit-learn 1.4.2 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
    Sun May 19 20:00:38 UTC 2024
      43.3K bytes
      Cache
     
  14. Map data to a normal distribution — scikit-lear...

    X_test = train_test_split ( X , test_size = 0.5 )...sklearn.model_selection import train_test_split from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_map_data_to_normal.html
    Sun May 19 20:00:38 UTC 2024
      42.2K bytes
      Cache
     
  15. sklearn.metrics.RocCurveDisplay — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Sun May 19 20:00:39 UTC 2024
      56K bytes
      Cache
     
  16. 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
    Sun May 19 20:00:39 UTC 2024
      99.5K bytes
      Cache
     
  17. sklearn.datasets.load_svmlight_files — scikit-l...

    matrix X_test, it is essential that X_train and X_test have the...features (X_train.shape[1] == X_test.shape[1]). This may not be the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Sun May 19 20:00:39 UTC 2024
      19.4K bytes
      Cache
     
  18. SVM Exercise — scikit-learn 1.4.2 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Sun May 19 20:00:39 UTC 2024
      33K bytes
      Cache
     
  19. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Sun May 19 20:00:39 UTC 2024
      51.4K bytes
      Cache
     
  20. Isotonic Regression — scikit-learn 1.4.2 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Sun May 19 20:00:39 UTC 2024
      45K bytes
      Cache
     
Back to top