Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 912 for tests (0.12 sec)

  1. javatry (じゃゔぁとらい) | DBFlute

    public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...
    dbflute.seasar.org/ja/tutorial/javatry/index.html
    Tue Sep 17 12:05:07 UTC 2024
      27.4K bytes
      Cache
     
  2. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Fri Sep 20 10:21:50 UTC 2024
      105.6K bytes
      Cache
     
  3. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Fri Sep 20 10:21:48 UTC 2024
      104.3K bytes
      Cache
     
  4. Version 0.13 — scikit-learn 1.5.2 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
    Fri Sep 20 10:21:48 UTC 2024
      72.7K bytes
      Cache
      Similar Results (1)
     
  5. 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
    Fri Sep 20 10:21:50 UTC 2024
      101.8K bytes
      Cache
     
  6. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Fri Sep 20 10:21:48 UTC 2024
      61.6K bytes
      Cache
     
  7. 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
    Fri Sep 20 10:21:47 UTC 2024
      147.3K bytes
      Cache
     
  8. 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
    Fri Sep 20 10:21:50 UTC 2024
      153.5K bytes
      Cache
     
  9. CrowdStrike Unhappy With 'Shady Commentary' Fro...

    still tested for it. In the unlikely event that the test failed,...21, 2024 @12:14PM ( ) If you test then do a partial roll-out of...
    tech.slashdot.org/story/24/08/21/1611202/crowdstrike-unhappy-with-shady-commentary-from-competito...
    Sun Aug 25 01:10:36 UTC 2024
      282.4K bytes
      Cache
     
  10. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri Sep 20 10:21:47 UTC 2024
      4.9K bytes
      1 views
     
Back to top