- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 837 for tests (0.09 sec)
-
ValidationCurveDisplay — scikit-learn 1.6.1 doc...
test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
1.16. Probability calibration — scikit-learn 1....
test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...scikit-learn.org/stable/modules/calibration.html -
Release Highlights for scikit-learn 0.22 — scik...
X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.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 -
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 -
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/8.18/index.html -
Post pruning decision trees with cost complexit...
X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Column Transformer with Mixed Types — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...%.3f " % clf . score ( X_test , y_test )) model score: 0.798 HTML...scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html -
Explicit feature map approximation for RBF kern...
the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.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