- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 141 - 160 of 1,345 for test (0.08 sec)
-
LogisticRegressionCV — scikit-learn 1.7.0 docum...
scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
GridSearchCV — scikit-learn 1.7.0 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 -
LassoLarsIC — scikit-learn 1.7.0 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.LassoLarsIC.html -
LedoitWolf — scikit-learn 1.7.0 documentation
: 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.LedoitWolf.html -
EllipticEnvelope — scikit-learn 1.7.0 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 -
ShrunkCovariance — scikit-learn 1.7.0 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 -
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 -
Nightly News with Tom Llamas: The Latest News S...
2025 02:27 Researchers test new airport tarmac technology...ruin and led him to launch a best-selling bourbon (Part 1) Nightly...www.nbcnews.com/nightly-news -
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 -
OneVsOneClassifier — scikit-learn 1.7.0 documen...
X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
DummyRegressor — scikit-learn 1.7.0 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 -
Infrastructure monitoring with Elastic Observab...
www.elastic.co/observability/infrastructure-monitoring -
KernelRidge — scikit-learn 1.7.0 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.kernel_ridge.KernelRidge.html -
FixedThresholdClassifier — scikit-learn 1.7.0 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
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 -
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 -
plot_release_highlights_1_6_0.rst.txt
- Many tests in the common test suite are updated...the `_xfail_checks` tag and tests which are expected to fail are...scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_6_0.r... -
How we rebuilt autocomplete for ES|QL - Elastic...
with better test coverage and careful manual testing. But there...features to help you build the best search solutions for your use...www.elastic.co/search-labs/blog/esql-autocomplete-rebuilt -
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 -
BayesianGaussianMixture — scikit-learn 1.7.0 do...
log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html