- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 111 - 120 of 840 for tests (0.09 sec)
-
Developer’s Guide — scikit-learn 1.6.1 document...
on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...scikit-learn.org/stable/developers/index.html -
3.4. Metrics and scoring: quantifying the quali...
ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/modules/model_evaluation.html -
plot_hgbt_regression.zip
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip -
plot_multi_metric_evaluation.zip
``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...``'_<scorer_name>'`` (``'mean_test_precision'``,\n``'rank_test_precision'``,...scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip -
plot_multi_metric_evaluation.py
``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...style in (("train", "--"), ("test", "-")): sample_score_mean =...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
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 -
Demonstration of multi-metric evaluation on cro...
'_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
TunedThresholdClassifierCV — scikit-learn 1.6.1...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
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 -
Common pitfalls in the interpretation of coeffi...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html