- Sort Score
- Result 50 results
- Languages All
- Labels All
Results 151 - 200 of 1,312 for test (1.59 sec)
-
Mimecast deploys Elastic to defend its systems ...
We regularly test our systems with attack simulations....to protect the business and best serve clients, especially as...www.elastic.co/customers/mimecast -
Elasticsearch Serverless pricing | Elastic
Quickly create development and test environments Streamline software...Pricing breakdown General purpose Best for general search use cases...www.elastic.co/pricing/serverless-search -
Build AI conversational search for your custome...
css and keep only this: Let’s test our application. Export the...Vector Database . To build the best search solutions for your use...www.elastic.co/search-labs/blog/llm-rag-conversational-search-for-customer-success -
Latino news, community, culture & video | NBC News
www.nbcnews.com/latino -
Elastic accelerates SIEM data onboarding with A...
Import makes building and testing custom data integrations easier,...Import then iteratively builds, tests, and tweaks a custom ingest...www.elastic.co/blog/automatic-import-ai-data-integration-builder -
Sen. Adam Schiff says Ukraine peace talks are ‘...
SpaceX Starship gears up for 10th test flight Weekend Nightly Chicago...09:34 Get more news Live on Best of NBC News Play All Israel...www.nbcnews.com/meet-the-press/video/sen-adam-schiff-says-ukraine-peace-talks-are-stalled-full-in... -
ensemble.rst.txt
mean_squared_error(y_test, est.predict(X_test)) 5.00 >>> _ = est.set_para...to est >>> mean_squared_error(y_test, est.predict(X_test)) 3.84...scikit-learn.org/stable/_sources/modules/ensemble.rst.txt -
How we hire | Elastic
make sure to test your internet connection, sound,...a good match. In hiring the best Elasticians we can, we recognize...www.elastic.co/careers/how-we-hire -
MLPClassifier — scikit-learn 1.7.1 documentation
X_test , y_train , y_test = train_test_split ( X ,...1]) >>> clf . score ( X_test , y_test ) 0.8... fit ( X , y , sample_weight...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPClassifier.html -
Doctors say Kennedy’s push for nutrition educat...
college premed programs and test it on the MCAT,” the Medical...Medical College Admission Test. The move comes as Kennedy has taken...www.nbcnews.com/health/health-news/doctors-say-kennedys-push-nutrition-education-medicine-good-id... -
1.4. Support Vector Machines — scikit-learn 1.7...
X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...scikit-learn.org/stable/modules/svm.html -
Trump's meeting with Putin poses high stakes fo...
www.nbcnews.com/politics/donald-trump/trumps-meeting-putin-high-stakes-ukraine-war-legacy-rcna223904 -
BuzzFeed
Tanishtha Kotian I Tested Zudio Makeup Products So You...On This Impossible Knowledge Test Do you really know what goes...www.buzzfeed.com/in -
Turbocharge your troubleshooting: Building a RA...
you can test the LLM integration by posting...features to help you build the best search solutions for your use...www.elastic.co/search-labs/blog/build-rag-app-elastic -
Analyzing online search relevance metrics with ...
sophisticated tools such as A/B testing and result interleaving to...API in Elasticsearch blog post Test-Driven Relevance Tuning of Elasticsearch...www.elastic.co/blog/analyzing-online-search-relevance-metrics-with-the-elastic-stack -
Elastic (ELK) Stack features list | Elastic
you can also test out Platinum features such as..."message" : { "query" : "this is a test", "operator" : "and" } } } }...www.elastic.co/elastic-stack/features -
The open source engine for high-performance sea...
3: Iterate and deploy — test models with AI Playground and...separate Elastic products for text, vector, and hybrid search?...www.elastic.co/enterprise-search -
neighbors.rst.txt
X_test, y_train, y_test = train_test_split(X, y, ......>>> print(nca_pipe.score(X_test, y_test)) 0.96190476... .. |nca_classification_1|...scikit-learn.org/stable/_sources/modules/neighbors.rst.txt -
Texas Democratic legislator is sleeping in the ...
www.nbcnews.com/politics/politics-news/texas-democratic-legislator-stay-state-capitol-refusing-la... -
1.11. Ensembles: Gradient boosting, random fore...
mean_squared_error ( y_test , est . predict ( X_test )) 5.00 >>> _ = est . set_params...train_test_split >>> X_train , X_test , y_train , y_test = train_test_split...scikit-learn.org/stable/modules/ensemble.html -
KNNImputer — scikit-learn 1.7.1 documentation
missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html -
LabelSpreading — scikit-learn 1.7.1 documentation
on a Text Dataset Semi-supervised Classification on a Text Dataset...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html -
Better Binary Quantization (BBQ) in Lucene and ...
example but simplifed java code: Testing with BBQ: Alright, show me...numbers: We have done extensive testing with BBQ both in Lucene and...www.elastic.co/search-labs/blog/better-binary-quantization-lucene-elasticsearch -
What is Elastic Machine Learning? | Elastic Docs
www.elastic.co/docs/explore-analyze/machine-learning -
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 -
Southern Cross Austereo amplifies podcast liste...
audience figures during the Ashes test series of 2021-2022, when Australia...every month. Experience the best of Elastic in the cloud. Explore...www.elastic.co/customers/sca -
SNC deploys Elastic Security as its SIEM to shi...
not always have the time to test every new element, Elastic proactively...cybersecurity is not just a best practice – it's a requirement....www.elastic.co/customers/snc -
install.rst.txt
running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...scikit-learn.org/stable/_sources/install.rst.txt -
Compatible third party models | Elastic Docs
e-v2 Third party text embedding models Text Embedding models...Third party text similarity models You can use these text similarity...www.elastic.co/docs/explore-analyze/machine-learning/nlp/ml-nlp-model-ref -
Elasticsearch Serverless is now generally avail...
Semantic Text Field Type: Generate vectors for text fields with...start a 14-day free trial to test it out yourself! You can follow...www.elastic.co/search-labs/blog/elasticsearch-serverless-now-ga -
MultiTaskLasso — scikit-learn 1.7.1 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.MultiTaskLasso.html -
Working with your App Search data in a post Ent...
have one meta engine named “test-meta-engine” and we can see...features to help you build the best search solutions for your use...www.elastic.co/search-labs/blog/elastic-app-search-data-elasticsearch-9 -
AI for Security Operations and SOC Teams | Elas...
We continuously test a range of LLMs using our evaluation...for each task. See how we run tests in our Buildkite pipeline ....www.elastic.co/security/ai -
Exploring Vertex AI with Elasticsearch - Elasti...
Playground Uploading data To test the model, we need some data...with this data in Playground. Testing RAG in Playground Go to Elasticsearch...www.elastic.co/search-labs/blog/vertex-ai-elasticsearch-gemini-rag-tutorial -
College swap shops are a hit with undergrads an...
was just a pilot project to test the success of it and all the...the city of New York and the rest of the country. “There will...www.nbcnews.com/news/us-news/college-swap-help-undergrads-and-environment-rcna228059 -
SGDClassifier — scikit-learn 1.7.1 documentation
classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html -
Elasticsearch BBQ vs. OpenSearch FAISS: Vector ...
conducted these performance tests to provide clear, data-driven...three different datasets and tested different combinations of engines...www.elastic.co/search-labs/blog/elasticsearch-bbq-vs-opensearch-faiss -
HistGradientBoostingClassifier — scikit-learn 1...
n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each stage. Parameters...scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html -
Post-tuning the decision threshold for cost-sen...
]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html -
Semi-supervised Classification on a Text Datase...
X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
GraphicalLassoCV — scikit-learn 1.7.1 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html -
gpt.js
test(a)?"?"+c[1]:"";return Wd(c[0],d,/[#]/.test(a)?"#"...)return n;if(!/^[\s\xa0]*$/.test(m))throw Error("Unknown base64...securepubads.g.doubleclick.net/tag/js/gpt.js -
Statistical comparison of models using grid sea...
"rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
Faces recognition example using eigenfaces and ...
X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html -
Kernel PCA — scikit-learn 1.7.1 documentation
X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
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 -
Plot classification probability — scikit-learn ...
X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html -
ExtraTreesRegressor — scikit-learn 1.7.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 -
ChatGPT and Elasticsearch: OpenAI meets private...
the full body text, those larger bodies of text may need to be...click Continue again at the Test stage. Click Create Pipeline...www.elastic.co/search-labs/blog/chatgpt-elasticsearch-openai-meets-private-data -
Decision Tree Regression — scikit-learn 1.7.1 d...
Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html