Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 857 for tests (0.1 sec)

  1. Release Highlights for scikit-learn 1.4 — sciki...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Mon Jun 30 13:50:27 UTC 2025
      176.2K bytes
      Cache
     
  2. OneVsOneClassifier — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Mon Jun 30 13:50:30 UTC 2025
      142.5K bytes
      Cache
     
  3. 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
    Mon Jun 30 13:50:29 UTC 2025
      106K bytes
      Cache
     
  4. ExtraTreesRegressor — scikit-learn 1.7.0 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Mon Jun 30 13:50:27 UTC 2025
      162.2K bytes
      Cache
     
  5. Model Selection — scikit-learn 1.7.0 documentation

    regularization on training and test error Effect of model regularization...regularization on training and test error Multiclass Receiver Operating...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Mon Jun 30 13:50:30 UTC 2025
      89K bytes
      Cache
     
  6. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Jun 30 13:50:27 UTC 2025
      118.2K bytes
      Cache
     
  7. GraphicalLasso — scikit-learn 1.7.0 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.GraphicalLasso.html
    Mon Jun 30 13:50:30 UTC 2025
      132K bytes
      Cache
     
  8. Model Complexity Influence — scikit-learn 1.7.0...

    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
    Mon Jun 30 13:50:29 UTC 2025
      126K bytes
      1 views
      Cache
     
  9. Version 0.13 — scikit-learn 1.7.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
    Mon Jun 30 13:50:30 UTC 2025
      72.2K bytes
      Cache
     
  10. 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
    Fri Jun 13 09:55:28 UTC 2025
      27.4K bytes
      Cache
     
Back to top