- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 191 - 200 of 824 for tests (0.24 sec)
-
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 -
How the Elastic InfoSec team uses Elastic Secur...
test, and provide feedback on all...extension of Quality Assurance/Testing, but also as a data custodian....www.elastic.co/blog/how-the-elastic-infosec-team-uses-elastic-security -
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 -
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 -
maihamadb properties
test.prefix Env Lang Property uq Comment - - [Test] 1 The...to show test environment or not integration - [Test] 1 The prefix...dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html -
Developer’s Guide — scikit-learn 1.7.2 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 -
ExtraTreeRegressor — scikit-learn 1.7.2 documen...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33 apply ( X , check_input...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
Out-of-core classification of text documents — ...
- tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html -
cRank it up! - Introducing the Elastic Rerank m...
Our detailed testing shows a 40% uplift on a broad...much larger models. In our testing a few models, such as bge-re-ranker-v2-gemma...www.elastic.co/search-labs/blog/elastic-rerank-model-introduction -
DummyClassifier — scikit-learn 1.7.2 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html