- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 81 - 100 of 1,271 for test (0.3 sec)
-
plot_multi_metric_evaluation.py
1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
Create or update synonyms set API examples | El...
{ "id": "test-2", "synonyms": "test => check" } ] } If..."id": "test-1", "synonyms": "hello, hi" } ] } PUT /test-index...www.elastic.co/docs/solutions/search/full-text/create-update-synonyms-api-example -
Find connection details | Elastic Docs
Test connection Use curl to verify...run the following command to test your connection: curl "${ES_URL}"...www.elastic.co/docs/solutions/search/search-connection-details -
Synthetics support matrix | Elastic Docs
synthetic tests on Elastic’s global managed testing infrastructure...monitors Elastic’s global managed testing infrastructure GA support :...www.elastic.co/docs/solutions/observability/synthetics/support-matrix -
fetch_20newsgroups — scikit-learn 1.7.2 documen...
‘test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
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 -
APIs and tools | Elastic Docs
Performs analysis for full-text search on a text string and returns the...and tools you need to build, test, and manage your search app...www.elastic.co/docs/solutions/search/apis-and-tools -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
Elasticsearch AI Playground: Experiment, ingest...
Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...www.elastic.co/demo-gallery/ai-playground -
Elastic APM agent configuration API | Elastic Docs
nts { "service": { "name": "test-service", "environment": "all"...including the service name "test-service": curl -i http://12...www.elastic.co/docs/solutions/observability/apm/elastic-apm-agent-configuration-api -
Contributing — scikit-learn 1.7.2 documentation
sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....scikit-learn.org/stable/developers/contributing.html -
Quickstart: Create a Synthetic Monitor | Elasti...
organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor -
AdaBoostClassifier — scikit-learn 1.7.2 documen...
n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
CalibratedClassifierCV — scikit-learn 1.7.2 doc...
and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
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 -
Migrate from the Elastic Synthetics integration...
synthetic tests on Elastic’s global managed testing infrastructure...Project monitors , you write tests in an external version-controlled...www.elastic.co/docs/solutions/observability/synthetics/migrate-from-elastic-synthetics-integration -
ElasticNet — scikit-learn 1.7.2 documentation
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html -
Get started with Uptime | Elastic Docs
alerts in case of test failures, and more. If a test does fail (shown...schedule entry. This allows tests to be run in parallel and analyzed...www.elastic.co/docs/solutions/observability/uptime/get-started -
DummyRegressor — 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.DummyRegressor.html -
minmax_scale — scikit-learn 1.7.2 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html