Home
last modified time | relevance | path

Searched refs:test_score (Results 1 – 25 of 62) sorted by relevance

123

/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/ensemble/
H A Dplot_gradient_boosting_oob.py98 test_score = heldout_score(clf, X_test, y_test) variable
107 test_score -= test_score[0]
108 test_best_iter = x[np.argmin(test_score)]
121 plt.plot(x, test_score, label="Test loss", color=test_color)
H A Dplot_gradient_boosting_regression.py95 test_score = np.zeros((params["n_estimators"],), dtype=np.float64) variable
97 test_score[i] = reg.loss_(y_test, y_pred)
109 np.arange(params["n_estimators"]) + 1, test_score, "r-", label="Test Set Deviance"
/dports/science/py-scikit-learn/scikit-learn-1.0.2/examples/linear_model/
H A Dplot_sgd_early_stopping.py85 test_score = estimator.score(X_test, y_test)
87 return fit_time, n_iter, train_score, test_score
112 fit_time, n_iter, train_score, test_score = fit_and_score(
117 (estimator_name, max_iter, fit_time, n_iter, train_score, test_score)
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/notebooks/
H A D45-Classifier_CrossValidation.ipynb92 "print(f\"scores with cross-folding : {cv['test_score']}\")\n",
95 "print(f\"mean score : {cv['test_score'].mean()}\")"
126 "print(f\"scores with cross-folding : {cv['test_score']}\")\n",
129 "print(f\"mean score : {cv['test_score'].mean()}\")"
/dports/misc/mxnet/incubator-mxnet-1.9.0/cpp-package/tests/
H A Dci_test.sh57 cp ../../build/cpp-package/example/test_score .
58 ./test_score 0.93
/dports/devel/gaul/gaul-devel-0.1849-0/tests/
H A Dtest_ga.c46 boolean test_score(population *pop, entity *entity) in test_score() function
132 test_score, /* GAevaluate evaluate */ in main()
H A Dtest_simplex2.c46 boolean test_score(population *pop, entity *entity) in test_score() function
133 test_score, /* GAevaluate evaluate */ in main()
H A Dtest_sd2.c46 boolean test_score(population *pop, entity *entity) in test_score() function
165 test_score, /* GAevaluate evaluate */ in main()
H A Dtest_simplex.c93 boolean test_score(population *pop, entity *entity) in test_score() function
180 test_score, /* GAevaluate evaluate */ in main()
H A Dtest_sd.c93 boolean test_score(population *pop, entity *entity) in test_score() function
212 test_score, /* GAevaluate evaluate */ in main()
H A Dtest_de.c92 boolean test_score(population *pop, entity *entity) in test_score() function
219 test_score, /* GAevaluate evaluate */ in main()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cpp-package/tests/
H A Dci_test.sh57 cp ../../build/cpp-package/example/test_score .
58 ./test_score 0.93
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dtest_converter.py33 from test_score import download_data # pylint: disable=wrong-import-position
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dtest_converter.py33 from test_score import download_data # pylint: disable=wrong-import-position
/dports/math/py-optuna/optuna-2.10.0/optuna/integration/
H A Dsklearn.py320 test_score = self.error_score
331 test_score = self.scoring(estimator, X_test, y_test)
341 ret = [test_score, fit_time, score_time]
/dports/www/flexget/Flexget-3.2.18/flexget/tests/
H A Dtest_imdb.py232 def test_score(self, execute_task): member in TestImdb
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/tests/
H A Dtest_bagging.py363 test_score = clf.score(X_test, y_test)
365 assert abs(test_score - clf.oob_score_) < 0.1
399 test_score = clf.score(X_test, y_test)
401 assert abs(test_score - clf.oob_score_) < 0.1
H A Dtest_forest.py525 test_score = classifier.score(X_test, y_test)
527 assert abs(test_score - classifier.oob_score_) <= 0.1
581 test_score = regressor.score(X_test, y_test)
583 assert abs(test_score - regressor.oob_score_) <= 0.1
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/decoding/
H A Dspace_net.py228 score = self.test_score(w)[0]
261 def test_score(self, w): member in _EarlyStoppingCallback
428 score, secondary_score = early_stopper.test_score(w)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/multivariate/tests/
H A Dtest_ml_factor.py28 def test_score(): function
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-junction.c3641 if(test_score > best_score) in donor_jumped_score()
3644 best_score = test_score; in donor_jumped_score()
3756 int test_score ; in donor_score() local
3762 if(test_score > best_score) in donor_score()
3769 best_score = test_score; in donor_score()
3794 int test_score; in donor_score() local
3797 if(test_score > best_score) in donor_score()
3801 best_score = test_score; in donor_score()
4397 int max_score , test_score; in core_search_short_exons() local
4492 max_score = test_score; in core_search_short_exons()
[all …]
/dports/math/gretl/gretl-2021d/plugin/
H A Dmod_garch.c678 static void test_score (garch_container *DH, double *theta) in test_score() function
790 test_score(DH, theta); in garch_estimate_mod()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/stats/tests/
H A Dtest_diagnostic_other.py21 def test_score(self): member in CheckCMT
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/score/
H A Dtest_score.cpp681 SEQAN_BEGIN_TESTSUITE(test_score) { in SEQAN_BEGIN_TESTSUITE() argument
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tools/tests/
H A Dtest_numdiff.py48 def test_score(self): member in CheckGradLoglikeMixin

123