Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 200 of 1,312 for test (6.66 sec)

  1. 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
    Mon Sep 08 00:56:45 UTC 2025
      444.4K bytes
      Cache
     
  2. 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
    Mon Sep 08 00:03:47 UTC 2025
      611.8K bytes
      Cache
     
  3. 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
    Mon Sep 08 01:04:44 UTC 2025
      156.9K bytes
      Cache
     
  4. Latino news, community, culture & video | NBC News

    New congressional maps will test the Latino vote in the 2026...
    www.nbcnews.com/latino
    Mon Sep 08 01:13:56 UTC 2025
      1.1M bytes
      Cache
     
  5. 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
    Mon Sep 08 00:09:20 UTC 2025
      519.5K bytes
      Cache
     
  6. 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...
    Mon Aug 25 01:18:17 UTC 2025
      963.6K bytes
      Cache
     
  7. 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
    Wed Sep 03 15:29:58 UTC 2025
      72.1K bytes
     
  8. 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
    Mon Sep 08 00:09:20 UTC 2025
      569.5K bytes
      Cache
     
  9. 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
    Sat Sep 06 21:55:17 UTC 2025
      165.8K bytes
      Cache
     
  10. 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...
    Fri Aug 29 01:21:00 UTC 2025
      281K bytes
      Cache
     
  11. 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
    Sat Sep 06 21:55:16 UTC 2025
      125.4K bytes
      Cache
     
  12. Trump's meeting with Putin poses high stakes fo...

    Ukraine’s independence will test the dealmaking skills that are...
    www.nbcnews.com/politics/donald-trump/trumps-meeting-putin-high-stakes-ukraine-war-legacy-rcna223904
    Sun Aug 10 01:20:41 UTC 2025
      431.7K bytes
      Cache
     
  13. 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
    Mon Sep 08 00:24:32 UTC 2025
      833K bytes
      Cache
     
  14. 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
    Tue Aug 26 00:59:08 UTC 2025
      171.3K bytes
      Cache
     
  15. 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
    Mon Sep 08 00:48:19 UTC 2025
      409.6K bytes
      Cache
     
  16. 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
    Mon Sep 08 00:37:05 UTC 2025
      872.7K bytes
      2 views
      Cache
     
  17. 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
    Mon Sep 08 00:04:54 UTC 2025
      588.6K bytes
      1 views
      Cache
     
  18. 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
    Sat Sep 06 21:55:17 UTC 2025
      37.9K bytes
     
  19. Texas Democratic legislator is sleeping in the ...

    reform and eliminate the STAAR test — the results Texans care about.”...
    www.nbcnews.com/politics/politics-news/texas-democratic-legislator-stay-state-capitol-refusing-la...
    Wed Aug 20 01:15:33 UTC 2025
      389.8K bytes
      Cache
     
  20. 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
    Sat Sep 06 21:55:17 UTC 2025
      229.2K bytes
      Cache
     
  21. 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
    Sat Sep 06 21:55:16 UTC 2025
      133.6K bytes
      Cache
     
  22. 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
    Sat Sep 06 21:55:17 UTC 2025
      136K bytes
      Cache
     
  23. 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
    Mon Sep 08 00:40:45 UTC 2025
      288.7K bytes
      Cache
     
  24. What is Elastic Machine Learning? | Elastic Docs

    you can export jobs from your test environment and import them...
    www.elastic.co/docs/explore-analyze/machine-learning
    Mon Sep 08 00:48:38 UTC 2025
      173.1K bytes
      Cache
     
  25. 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
    Sat Sep 06 21:55:17 UTC 2025
      158K bytes
      Cache
     
  26. 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
    Sat Aug 30 01:14:22 UTC 2025
      443.6K bytes
      1 views
      Cache
     
  27. 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
    Mon Sep 08 00:56:34 UTC 2025
      436.3K bytes
      Cache
     
  28. 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
    Fri Sep 05 12:00:00 UTC 2025
      13K bytes
      1 views
     
  29. 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
    Sun Sep 07 15:33:25 UTC 2025
      193K bytes
      Cache
     
  30. 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
    Mon Sep 08 00:49:46 UTC 2025
      165.2K bytes
      1 views
      Cache
     
  31. 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
    Sat Sep 06 21:55:17 UTC 2025
      156.9K bytes
      Cache
     
  32. 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
    Tue Aug 12 00:55:35 UTC 2025
      132K bytes
      Cache
     
  33. 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
    Mon Sep 08 00:05:52 UTC 2025
      604.6K bytes
      Cache
     
  34. 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
    Wed Sep 03 00:51:06 UTC 2025
      240.7K bytes
      Cache
     
  35. 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
    Sat Aug 30 01:18:04 UTC 2025
      261.9K bytes
      Cache
     
  36. 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
    Sat Sep 06 21:55:17 UTC 2025
      186.7K bytes
      Cache
     
  37. 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
    Mon Sep 08 00:40:57 UTC 2025
      264.7K bytes
      Cache
     
  38. 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
    Sat Sep 06 21:55:16 UTC 2025
      175.3K bytes
      Cache
     
  39. 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
    Sat Sep 06 21:55:16 UTC 2025
      293.2K bytes
      Cache
     
  40. 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
    Sat Sep 06 21:55:16 UTC 2025
      105.2K bytes
      Cache
     
  41. 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
    Sat Sep 06 21:55:15 UTC 2025
      140.3K bytes
      Cache
     
  42. 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
    Mon Sep 08 00:25:41 UTC 2025
      112.5K bytes
     
  43. 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
    Sat Sep 06 21:55:16 UTC 2025
      192K bytes
      Cache
     
  44. 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
    Sat Sep 06 21:55:16 UTC 2025
      113.1K bytes
      Cache
     
  45. 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
    Sat Sep 06 21:55:17 UTC 2025
      107.5K bytes
      Cache
     
  46. 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
    Sat Sep 06 21:55:17 UTC 2025
      162.4K bytes
      1 views
      Cache
     
  47. 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
    Sat Sep 06 21:55:16 UTC 2025
      126.1K bytes
      Cache
     
  48. 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
    Sat Sep 06 21:55:15 UTC 2025
      162.2K bytes
      Cache
     
  49. 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
    Mon Sep 08 00:46:44 UTC 2025
      345.5K bytes
      Cache
     
  50. 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
    Sat Sep 06 21:55:16 UTC 2025
      152.4K bytes
      Cache
     
Back to top