Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 170 of 824 for tests (3.54 sec)

  1. Precision-Recall — scikit-learn 1.7.2 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Fri Oct 10 15:14:33 UTC 2025
      151.3K bytes
      Cache
     
  2. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Fri Oct 10 15:14:36 UTC 2025
      156.8K bytes
      Cache
     
  3. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Fri Oct 10 15:14:33 UTC 2025
      140.9K bytes
      Cache
     
  4. Logistic function — scikit-learn 1.7.2 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Fri Oct 10 15:14:33 UTC 2025
      95K bytes
      Cache
     
  5. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Oct 10 15:14:35 UTC 2025
      7.8K bytes
     
  6. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Fri Oct 10 15:14:33 UTC 2025
      162.8K bytes
      Cache
     
  7. ハンズオンセクション 2 | DBFlute

    HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...を確認してください。テストメソッド名は test_existsTestData() とします。 このプロジェクトでは、メソッド名が test で始まる...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Mon Sep 15 10:51:18 UTC 2025
      29K bytes
      Cache
     
  8. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Fri Oct 10 15:14:35 UTC 2025
      122.9K bytes
      Cache
     
  9. Crawl a private network using a web crawler on ...

    X-Cache: HIT from test-proxy X-Cache-Lookup: HIT from test-proxy:3128...details on how to set this up. Testing proxy connections Before changing...
    www.elastic.co/guide/en/app-search/current/crawl-private-network-cloud.html
    Tue Jul 29 14:26:40 UTC 2025
      21.5K bytes
      Cache
     
  10. DBFluteのEclipseコード補完 | LastaFlute

    UTFluteのテストメソッドを補完 (_test) _test (TEST) e.g. UTFluteのテストメソッドを補完 @Java _test .......addOrderBy_${columnName} _test UTFlute, testメソッド補完、Arrange,Act,Assert付き...
    dbflute.seasar.org/ja/tutorial/eclipse/dfclipsecomp.html
    Mon Sep 15 10:51:18 UTC 2025
      32.7K bytes
      1 views
      Cache
     
Back to top