Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 430 of 1,333 for test (0.08 sec)

  1. ハンズオンセクション 9 | DBFlute

    引数の値で null は許されない 対応テストメソッド test_letsOutside_会員が検索されること() 会員名称が...(区分値メソッドを使う、select句にカラムを追加してもOK) test_letsOutside_条件値なしで全件検索されること()...
    dbflute.seasar.org/ja/tutorial/handson/section09.html
    Fri Jun 13 09:55:28 UTC 2025
      33.3K bytes
      Cache
     
  2. UTFluteのセットアップ | DBFlute

    @Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...
    dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html
    Fri Jun 13 09:55:28 UTC 2025
      23.5K bytes
      1 views
      Cache
     
  3. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Wed Jul 02 18:21:48 UTC 2025
      117.4K bytes
      Cache
     
  4. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_loss = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Wed Jul 02 18:21:48 UTC 2025
      190.5K bytes
      Cache
     
  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
    Wed Jul 02 18:21:48 UTC 2025
      106K bytes
      Cache
     
  6. Confusion matrix — scikit-learn 1.7.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed Jul 02 18:21:48 UTC 2025
      88.9K bytes
      Cache
     
  7. Dalai Lama confirms he will have a successor af...

    This could be a real test of Beijing’s powers of persuasion...increasingly migrating to the West in search of stability and opportunity....
    www.bbc.com/news/live/cq6mmq703ryt
    Thu Jul 03 00:55:58 UTC 2025
      442.6K bytes
      Cache
     
  8. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Wed Jul 02 18:21:48 UTC 2025
      62.3K bytes
      Cache
     
  9. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Wed Jul 02 18:21:48 UTC 2025
      136.2K bytes
      Cache
     
  10. 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
    Wed Jul 02 18:21:48 UTC 2025
      176.2K bytes
      Cache
     
Back to top