- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 819 for tests (0.14 sec)
-
Kibana Guide [8.18] | Elastic
Common Issues Event log index Test connectors Observability Search...How we use Git and GitHub Testing Interpreting CI Failures CI...www.elastic.co/guide/en/kibana/8.18/index.html -
Beats Developer Guide [8.18] | Elastic
Beats Contributing to the docs Testing Community Beats Defining field...Getting Ready Protocol Modules Testing Extending Metricbeat Overview...www.elastic.co/guide/en/beats/devguide/current/index.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 -
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 -
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 -
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 -
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 -
LeaveOneGroupOut — scikit-learn 1.6.1 documenta...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
Guiding your organization with the 2024 Elastic...
(OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...www.elastic.co/blog/guiding-your-team-2024-global-threat-report -
Successive Halving Iterations — scikit-learn 1....
values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html