Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 331 - 340 of 931 for tests (0.1 sec)

  1. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Wed Feb 05 18:36:52 UTC 2025
      165.4K bytes
      Cache
     
  2. Version 0.17 — scikit-learn 1.7.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri Jan 17 11:45:10 UTC 2025
      88.9K bytes
      Cache
      Similar Results (1)
     
  3. MultiTaskLassoCV — scikit-learn 1.6.1 documenta...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Wed Feb 05 18:36:53 UTC 2025
      162.2K bytes
      Cache
     
  4. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Wed Feb 05 18:36:53 UTC 2025
      109.3K bytes
      Cache
     
  5. Friends - Fess+Lasta | DBFlute

    |-src/main/resources |-src/test/java |-src/test/resources |- ... fess...Solrのためのコンポーネント | |-src/test/java |-src/test/resources |- ... fess...
    dbflute.seasar.org/ja/manual/topic/friends/fess/fesslasta.html
    Tue Nov 12 15:10:59 UTC 2024
      23.9K bytes
      1 views
      Cache
     
  6. ハンズオンセクション 2 | DBFlute

    HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...を確認してください。テストメソッド名は test_existsTestData() とします。 このプロジェクトでは、メソッド名が test で始まる...
    dbflute.seasar.org/ja/tutorial/handson/section02.html
    Tue Nov 12 15:10:59 UTC 2024
      27.8K bytes
      Cache
     
  7. org.seasar.dbflute.maven.plugin (DBFlute Maven ...

    provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/package-summary.html
    Tue Nov 12 15:10:59 UTC 2024
      9.7K bytes
      Cache
     
  8. 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 Feb 05 18:36:52 UTC 2025
      107.1K bytes
      Cache
     
  9. 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 Feb 05 18:36:52 UTC 2025
      98.6K bytes
      Cache
     
  10. check_cv — scikit-learn 1.6.1 documentation

    test) splits as arrays of indices....cross-validator which generates the train/test splits via the split method....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.check_cv.html
    Wed Feb 05 18:36:52 UTC 2025
      109K bytes
      Cache
     
Back to top