- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 1,753 for test (0.11 sec)
-
Relativity uses Elasticsearch and Azure OpenAI ...
RAG systems How to deploy and test the new Apple Models and build...Elasticsearch Blog: How to deploy NLP: Text Embeddings and Vector Search...www.elastic.co/search-labs/blog/relativity-elasticsearch-azure-openai -
Elastic on Elastic: How InfoSec uses the Elasti...
allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management -
Classification of text documents using sparse f...
predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html -
faq.rst.txt
:ref:`text_feature_extraction` for the built-in *text vectorizers*....at training time and not at test time, for resampling and similar...scikit-learn.org/stable/_sources/faq.rst.txt -
Out-of-core classification of text documents — ...
- tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html -
HistGradientBoostingRegressor — scikit-learn 1....
>>> est = HistGradientBoosting () . fit ( X , y ) >>> est . score...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/dev/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html -
IterativeImputer — scikit-learn 1.7.dev0 docume...
missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/dev/modules/generated/sklearn.impute.IterativeImputer.html -
We Ranked The Best Frozen Pizza Brands
We Ranked The Best Frozen Pizza Brands I Tested And Ranked The...frozen pizzas. So I blind taste-tested the seven most popular grocery...www.buzzfeed.com/webstories/frozen-pizza-brands-ranked/ -
Multiclass sparse logistic regression on 20newg...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
Nested versus non-nested cross-validation — sci...
) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html