- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 1,438 for test (0.54 sec)
-
ElasticNet — scikit-learn 1.6.1 documentation
n_features) Test samples. For some estimators...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.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 -
auto_examples_jupyter.zip
X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
AI & ML search engine — Take search to the next...
Master long text with automatic chunking Handle long text passages...low-code playground and quickly test LLMs with your own proprietary...www.elastic.co/enterprise-search/machine-learning -
NASA astronauts open up about being 'stuck' in ...
in June on the first crewed test flight of Boeing’s Starliner...as commander of the Starliner test flight, for not having asked...www.nbcnews.com/science/space/nasa-astronauts-speak-stuck-space-9-months-rcna198870 -
Real User Monitoring (RUM) with Elastic Observa...
and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...www.elastic.co/observability/real-user-monitoring -
plot_multi_metric_evaluation.rst.txt
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
LinearDiscriminantAnalysis — scikit-learn 1.6.1...
n_features) Array of samples (test vectors). Returns : y_scores...the mean accuracy on the given test data and labels. In multi-label...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi... -
plot_hgbt_regression.rst.txt
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
DummyRegressor — scikit-learn 1.6.1 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.DummyRegressor.html