Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 421 - 440 of 1,333 for test (0.09 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
     
  11. DetCurveDisplay — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Wed Jul 02 18:21:48 UTC 2025
      137.8K bytes
      Cache
     
  12. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Wed Jul 02 18:21:48 UTC 2025
      98.6K bytes
      Cache
     
  13. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Wed Jul 02 18:21:48 UTC 2025
      107.6K bytes
      Cache
     
  14. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Wed Jul 02 18:21:48 UTC 2025
      112.3K bytes
      Cache
     
  15. Cosmic Dawn: NASA Documentary on the James Webb...

    while we were testing the instruments in cryo-vac....travel all over America for tests, making sure the cameras worked,...
    www.metafilter.com/209182/Cosmic-Dawn-NASA-Documentary-on-the-James-Webb-Space-Telescope
    Sun Jun 15 01:02:33 UTC 2025
      30.4K bytes
      Cache
     
  16. Classifier comparison — scikit-learn 1.7.0 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Wed Jul 02 18:21:48 UTC 2025
      114.3K bytes
      Cache
     
  17. LeaveOneGroupOut — scikit-learn 1.7.0 documenta...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Wed Jul 02 18:21:48 UTC 2025
      122.3K bytes
      Cache
     
  18. 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
    Wed Jul 02 18:21:48 UTC 2025
      72.2K bytes
      Cache
     
  19. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed Jul 02 18:21:48 UTC 2025
      228.7K bytes
      Cache
     
  20. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Jul 02 18:21:48 UTC 2025
      116.5K bytes
      Cache
     
Back to top