Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 481 - 500 of 1,271 for test (1.66 sec)

  1. Model Complexity Influence — scikit-learn 1.7.2...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Wed Nov 05 14:36:32 UTC 2025
      126K bytes
      1 views
      Cache
     
  2. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Wed Nov 05 14:36:32 UTC 2025
      195.3K bytes
      Cache
     
  3. 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
    Wed Nov 05 14:36:33 UTC 2025
      105.1K bytes
      Cache
     
  4. Recursive feature elimination with cross-valida...

    "mean_test_score" , "std_test_score" ] } cv_results...[ "mean_test_score" ], yerr = cv_results [ "std_test_score" ],...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_with_cross_validation.html
    Wed Nov 05 14:36:32 UTC 2025
      98.7K bytes
      Cache
     
  5. Version 0.15 — scikit-learn 1.7.2 documentation

    only for running the tests. By Joel Nothman . Many documentation...and ROC examples now use train_test_split, and have more explanation...
    scikit-learn.org/stable/whats_new/v0.15.html
    Tue Nov 04 06:34:50 UTC 2025
      79.3K bytes
      Cache
     
  6. CalibrationDisplay — scikit-learn 1.7.2 documen...

    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.calibration.CalibrationDisplay.html
    Wed Nov 05 14:36:33 UTC 2025
      141.4K bytes
      Cache
     
  7. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Wed Nov 05 14:36:32 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  8. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    [App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Mon Sep 15 10:51:17 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  9. PrecisionRecallDisplay — scikit-learn 1.7.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Wed Nov 05 14:36:35 UTC 2025
      150K bytes
      Cache
     
  10. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Wed Nov 05 14:36:33 UTC 2025
      122.5K bytes
      Cache
     
  11. ExtraTreeClassifier — scikit-learn 1.7.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> cls . score ( X_test , y_test ) 0.8947 apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeClassifier.html
    Wed Nov 05 14:36:32 UTC 2025
      165.6K bytes
      Cache
     
  12. Select | Deals, Tips and Product Reviews | Sele...

    Getty Images Oral Care Tested: The best, most effective teeth...Harry Rabinowitz Tested and reviewed: the best fitness trackers...
    www.nbcnews.com/select
    Thu Nov 06 00:55:25 UTC 2025
      820.1K bytes
      1 views
      Cache
     
  13. 7.4. Imputation of missing values — scikit-lear...

    X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...
    scikit-learn.org/stable/modules/impute.html
    Wed Nov 05 14:36:32 UTC 2025
      84.4K bytes
      Cache
     
  14. assert_all_finite — scikit-learn 1.7.2 document...

    ( "Test failed: Array contains non-finite values." ) Test failed:...assert_all_finite ( array ) ... print ( "Test passed: Array contains only...
    scikit-learn.org/stable/modules/generated/sklearn.utils.assert_all_finite.html
    Wed Nov 05 14:36:36 UTC 2025
      107.5K bytes
      Cache
     
  15. Gavin Newsom defends sticking by Biden, address...

    Newsom: Trump's nuclear weapons testing order is 'weakness masquerading...China ‘gain more’ from nuclear testing than U.S., former nuclear agency...
    www.nbcnews.com/meet-the-press/video/gavin-newsom-defends-sticking-by-biden-addresses-kamala-harr...
    Mon Nov 03 00:56:44 UTC 2025
      972.9K bytes
      Cache
     
  16. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Wed Nov 05 14:36:32 UTC 2025
      56.2K bytes
      Cache
     
  17. Common problems | APM Server Reference [7.15] |...

    commands: apm-server test config apm-server test output To see if...and IP match. Use OpenSSL to test connectivity to the target server...
    www.elastic.co/guide/en/apm/server/current/common-problems.html
    Tue Nov 21 23:15:48 UTC 2023
      34.3K bytes
      Cache
     
  18. Kibana Guide [8.19] | Elastic

    Common Issues Event log index Test connectors Observability Search...How we use Git and GitHub Testing Interpreting CI Failures CI...
    www.elastic.co/guide/en/kibana/8.19/index.html
    Thu Oct 23 01:17:44 UTC 2025
      69.2K bytes
      Cache
     
  19. Tags — scikit-learn 1.7.2 documentation

    _skip_test bool, default=False Whether to skip common tests entirely....requires_fit: bool = True , _skip_test: bool = False , input_tags:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Sat Nov 01 09:15:33 UTC 2025
      110.8K bytes
      1 views
      Cache
     
  20. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Wed Nov 05 14:36:33 UTC 2025
      97.2K bytes
      Cache
     
Back to top