- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 141 - 150 of 1,463 for test (0.23 sec)
-
LogisticRegression — scikit-learn 1.6.1 documen...
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.linear_model.LogisticRegression.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 -
GridSearchCV — scikit-learn 1.6.1 documentation
'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html -
Elastic AI Ecosystem | Reduce complexity, deplo...
Program Resources AI Playground Test the latest AI search capabilities...complete solution to leverage the best open models, hosted on Hugging...www.elastic.co/partners/ai-ecosystem -
RidgeCV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
ShrunkCovariance — scikit-learn 1.6.1 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html -
EllipticEnvelope — scikit-learn 1.6.1 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 -
roadmap.rst.txt
data by implementing a common test. * An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...scikit-learn.org/stable/_sources/roadmap.rst.txt -
Elastic Serverless | Elastic
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/serverless -
ExtraTreesRegressor — scikit-learn 1.6.1 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