Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 291 - 300 of 857 for tests (0.16 sec)

  1. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Fri Jun 13 09:55:28 UTC 2025
      50.3K bytes
      Cache
     
  2. Project Mailing Lists

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/mail-lists.html
    Fri Jun 13 09:55:28 UTC 2025
      8.1K bytes
      Cache
     
  3. Issue Tracking

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/issue-tracking.html
    Fri Jun 13 09:55:28 UTC 2025
      7.9K bytes
      Cache
     
  4. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      22K bytes
     
  5. FixedThresholdClassifier — scikit-learn 1.7.0 d...

    X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html
    Mon Jun 30 13:50:27 UTC 2025
      142.5K bytes
      Cache
     
  6. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Mon Jun 30 13:50:29 UTC 2025
      101.5K bytes
      Cache
     
  7. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Mon Jun 30 13:50:27 UTC 2025
      150.8K bytes
      Cache
     
  8. robust_scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Fri Jun 27 15:51:03 UTC 2025
      112.9K bytes
      Cache
     
  9. Examples — scikit-learn 1.7.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/index.html
    Mon Jun 30 13:50:30 UTC 2025
      273K bytes
      Cache
     
  10. Logistic function — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:29 UTC 2025
      95K bytes
      Cache
     
Back to top