Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 1,456 for test (0.1 sec)

  1. Model Selection — scikit-learn 1.6.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Sat Apr 19 00:31:20 UTC 2025
      89.2K bytes
      Cache
     
  2. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Tue Apr 15 00:06:18 UTC 2025
      66.1K bytes
      Cache
     
  3. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Sat Apr 19 00:31:21 UTC 2025
      124K bytes
      Cache
     
  4. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Sat Apr 19 00:31:22 UTC 2025
      278.2K bytes
      Cache
     
  5. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Sat Apr 19 00:31:22 UTC 2025
      111.8K bytes
      Cache
     
  6. PredefinedSplit — scikit-learn 1.6.1 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Sat Apr 19 00:31:21 UTC 2025
      116.1K bytes
      Cache
     
  7. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Fri Apr 18 17:54:32 UTC 2025
      22K bytes
      28 views
      Cache
     
  8. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Sat Apr 19 00:31:22 UTC 2025
      143.7K bytes
      Cache
     
  9. Ordinary Least Squares Example — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...] . scatter ( X_test , y_test , label = "Test data points" ) ax...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Sat Apr 19 00:31:22 UTC 2025
      96.1K bytes
      Cache
     
  10. Underfitting vs. Overfitting — scikit-learn 1.6...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Sat Apr 19 00:31:22 UTC 2025
      98.7K bytes
      Cache
     
Back to top