- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 931 for tests (0.1 sec)
-
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 -
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 -
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 -
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 -
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 -
ハンズオンセクション 2 | DBFlute
HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...を確認してください。テストメソッド名は test_existsTestData() とします。 このプロジェクトでは、メソッド名が test で始まる...dbflute.seasar.org/ja/tutorial/handson/section02.html -
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 -
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 -
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 -
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