- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 81 - 100 of 1,328 for test (1.45 sec)
-
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 -
What is Machine Learning? | A Comprehensive ML ...
Best practices for machine learning Some best practices...processing and feature selection. Testing Now that the model has been...www.elastic.co/what-is/machine-learning -
quantile_transform — scikit-learn 1.7.2 documen...
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.quantile_transform.html -
glossary.rst.txt
common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...scikit-learn.org/stable/_sources/glossary.rst.txt -
ExtraTreesRegressor — scikit-learn 1.7.2 docume...
X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html -
LassoLarsCV — scikit-learn 1.7.2 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV.html -
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 -
feed
def create_text_embedding(text): # Process the text inputs = ...normalized) text_features = text_features / text_features.norm(dim=-1,...www.elastic.co/search-labs/rss/feed -
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 -
Introducing approximate nearest neighbor search...
called ann-benchmarks which tests the leading algorithms against...and also did well in our own testing. Another benefit of HNSW is...www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0 -
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 -
Attack Discovery | Elastic
www.elastic.co/demo-gallery/security-attack-discovery -
Senators prepare to grill RFK Jr. amid turmoil ...
” A key test Thursday’s hearing before the...Committee is not only a key test for Kennedy, but for Cassidy...www.nbcnews.com/health/health-news/senators-prepare-grill-rfk-jr-turmoil-cdc-vaccine-changes-rcna... -
IsotonicRegression — scikit-learn 1.7.2 documen...
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.isotonic.IsotonicRegression.html -
TransformedTargetRegressor — scikit-learn 1.7.2...
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.compose.TransformedTargetRegressor.html -
plot_classifier_comparison.ipynb
y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb -
Build a RAG app | Elastic
www.elastic.co/demo-gallery/rag-app -
Ingest logs, metrics, and traces with OpenTelem...
www.elastic.co/demo-gallery/observability-ingest-data-opentelemetry -
Announcing Search AI Lake and Elastic Cloud Ser...
browser tests priced per test run and lightweight tests, priced...priced per test per region. See the Elastic Observability Serverless...www.elastic.co/blog/search-ai-lake-elastic-cloud-serverless -
EllipticEnvelope — scikit-learn 1.7.2 documenta...
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html