- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 1,463 for test (2.25 sec)
-
BernoulliNB — scikit-learn 1.6.1 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html -
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... -
GaussianNB — scikit-learn 1.6.1 documentation
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html -
Observability Tour | 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/observability -
ElasticNetCV — scikit-learn 1.6.1 documentation
are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
Trump tells NBC News he’s ‘angry’ and ‘pissed o...
Wisconsin Supreme Court race will test Democrat’s off-year turnout...10:48 Get more news Live on Best of NBC News Play All NBC News...www.nbcnews.com/meet-the-press/video/trump-tells-nbc-news-he-s-angry-and-pissed-off-at-putin-2357... -
GradientBoostingClassifier — scikit-learn 1.6.1...
X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html -
NuSVR — scikit-learn 1.6.1 documentation
expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.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