Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 100 of 1,312 for test (3.89 sec)

  1. class_likelihood_ratios — scikit-learn 1.7.1 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Sat Sep 06 21:55:16 UTC 2025
      122.5K bytes
      Cache
     
  2. plot_classifier_comparison.zip

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip
    Fri Sep 05 11:59:57 UTC 2025
      10.8K bytes
     
  3. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Fri Sep 05 11:59:58 UTC 2025
      7.8K bytes
     
  4. RFECV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Sat Sep 06 21:55:16 UTC 2025
      158.4K bytes
      Cache
     
  5. AdaBoostClassifier — scikit-learn 1.7.1 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Sat Sep 06 21:55:15 UTC 2025
      157.8K bytes
      Cache
     
  6. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Wed Sep 03 15:29:59 UTC 2025
      16.3K bytes
     
  7. Overview | Elastic Docs

    into a training and a test set. The test set won’t be used to...data frame analytics. Train, test, iterate After your data is...
    www.elastic.co/docs/explore-analyze/machine-learning/data-frame-analytics/ml-dfa-overview
    Mon Sep 08 00:48:38 UTC 2025
      180.9K bytes
      Cache
     
  8. plot_hgbt_regression.zip

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...
    scikit-learn.org/stable/_downloads/ef504a3cb245a55fde178198c8218b4a/plot_hgbt_regression.zip
    Wed Sep 03 15:29:59 UTC 2025
      36.8K bytes
     
  9. plot_classifier_comparison.py

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Fri Sep 05 11:59:58 UTC 2025
      4.8K bytes
      1 views
     
  10. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Sep 05 11:59:58 UTC 2025
      52.9K bytes
     
  11. LearningCurveDisplay — scikit-learn 1.7.1 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Sat Sep 06 21:55:17 UTC 2025
      144.5K bytes
      Cache
     
  12. KNeighborsRegressor — scikit-learn 1.7.1 docume...

    or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Sat Sep 06 21:55:17 UTC 2025
      151.8K bytes
      Cache
     
  13. Elasticsearch vs. OpenSearch: Vector Search Per...

    undertaken this performance testing to provide a clear, data-driven...Kubernetes manifests for running the tests. The results detailed in this...
    www.elastic.co/search-labs/blog/elasticsearch-opensearch-vector-search-performance-comparison
    Mon Sep 08 01:05:42 UTC 2025
      239K bytes
      1 views
      Cache
     
  14. Using LLMs to build an Elastic connector fast: ...

    begin adding unit tests, end-to-end tests, and documentation....you’ll only need to validate, test, and tweak. Side note: you can...
    www.elastic.co/search-labs/blog/elastic-connectors-crawl4ai-llms
    Thu Aug 28 01:11:22 UTC 2025
      189.4K bytes
      Cache
     
  15. BuzzFeed

    and Noah Lalonde Co-Star Test | Dating Ick Nikki Rodriguez,...thing in the world. Watch them test to see how well they know each...
    www.buzzfeed.com/au
    Mon Sep 08 00:24:02 UTC 2025
      881.9K bytes
      Cache
     
  16. GaussianProcessClassifier — scikit-learn 1.7.1 ...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Sat Sep 06 21:55:17 UTC 2025
      149K bytes
      Cache
     
  17. 7.3. Preprocessing data — scikit-learn 1.7.1 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Sat Sep 06 21:55:17 UTC 2025
      198.2K bytes
      Cache
     
  18. World's most downloaded vector database: Elasti...

    "my_text" : { "type" : "text" }, "category": {...retrieval in a single query. Test RAG fast — no setup needed Stop...
    www.elastic.co/elasticsearch/vector-database
    Mon Sep 08 00:03:36 UTC 2025
      644.2K bytes
      1 views
      Cache
     
  19. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Fri Sep 05 11:59:58 UTC 2025
      14.5K bytes
      3 views
     
  20. RidgeCV — scikit-learn 1.7.1 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Sat Sep 06 21:55:17 UTC 2025
      150K bytes
      Cache
     
  21. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Wed Sep 03 15:30:01 UTC 2025
      20.2K bytes
      1 views
     
  22. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Mon Sep 08 00:43:31 UTC 2025
      577.9K bytes
      1 views
      Cache
     
  23. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Mon Sep 08 01:17:41 UTC 2025
      1M bytes
      3 views
      Cache
     
  24. Epstein accuser’s family blasts Ghislaine Maxwe...

    SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...
    www.nbcnews.com/video/epstein-accuser-s-family-blasts-ghislaine-maxwell-testimony-release-2456689...
    Mon Aug 25 01:18:50 UTC 2025
      938.9K bytes
      Cache
     
  25. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...base_estimator makes predictions on the test subset the predictions are used...
    scikit-learn.org/stable/modules/calibration.html
    Sat Sep 06 21:55:17 UTC 2025
      63.3K bytes
      Cache
     
  26. Elastic Cloud Hosted pricing | Elastic

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing/cloud-hosted
    Mon Sep 08 01:17:54 UTC 2025
      474.6K bytes
      Cache
     
  27. check_estimator — scikit-learn 1.7.1 documentation

    running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Sat Sep 06 21:55:15 UTC 2025
      122.8K bytes
      Cache
     
  28. What is Machine Learning? | A Comprehensive ML ...

    Best practices for machine learning Some best practices...processing and feature selection. Testing Now that the model has been...
    www.elastic.co/what-is/machine-learning
    Mon Sep 08 01:17:54 UTC 2025
      421.5K bytes
      Cache
     
  29. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Sat Sep 06 21:55:17 UTC 2025
      132.2K bytes
      3 views
     
  30. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Fri Sep 05 11:59:57 UTC 2025
      89.3K bytes
      1 views
     
  31. AI & ML search engine — Take search to the next...

    Master long text with automatic chunking Handle long text passages...low-code playground and quickly test LLMs with your own proprietary...
    www.elastic.co/enterprise-search/machine-learning
    Mon Sep 08 01:04:32 UTC 2025
      576.6K bytes
      3 views
      Cache
     
  32. Introducing the OTTL Playground for OpenTelemet...

    and test statements in real-time, making...users to create, modify, and test statements in real-time, making...
    www.elastic.co/observability-labs/blog/introducing-the-ottl-playground-for-opentelemetry
    Thu Aug 14 01:14:19 UTC 2025
      62.4K bytes
      Cache
     
  33. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Fri Sep 05 11:59:58 UTC 2025
      2.2M bytes
      2 views
     
  34. feed

    "semantic_text" ] }, "semantic_text": { "type": "semantic_text" } }...Chunk 1 Text] [Retrieved Chunk 2 Text] [Retrieved Chunk 3 Text] ......
    www.elastic.co/search-labs/rss/feed
    Mon Sep 08 00:54:32 UTC 2025
      1.6M bytes
      2 views
     
  35. Senators prepare to grill RFK Jr. amid turmoil ...

    ” A key test Thursday’s hearing before the...Committee is not only a key test for Kennedy, but for Cassidy...
    www.nbcnews.com/health/health-news/senators-prepare-grill-rfk-jr-turmoil-cdc-vaccine-changes-rcna...
    Thu Sep 04 01:15:34 UTC 2025
      300.2K bytes
      Cache
     
  36. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Thu Aug 14 01:10:20 UTC 2025
      579.3K bytes
      Cache
     
  37. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Wed Sep 03 15:29:59 UTC 2025
      22K bytes
     
  38. OneVsOneClassifier — scikit-learn 1.7.1 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
    Sat Sep 06 21:55:17 UTC 2025
      142.2K bytes
      Cache
     
  39. Attack Discovery | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/security-attack-discovery
    Mon Sep 08 00:56:10 UTC 2025
      663.5K bytes
      Cache
     
  40. PLSCanonical — 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.cross_decomposition.PLSCanonical.html
    Sat Sep 06 21:55:17 UTC 2025
      159.2K bytes
      Cache
     
  41. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Mon Sep 08 00:07:04 UTC 2025
      539.5K bytes
      Cache
     
  42. Build a RAG app | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/rag-app
    Mon Sep 08 00:43:41 UTC 2025
      678.6K bytes
      Cache
      Similar Results (2)
     
  43. Ingest logs, metrics, and traces with OpenTelem...

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/observability-ingest-data-opentelemetry
    Mon Sep 08 00:57:08 UTC 2025
      679.8K bytes
      Cache
      Similar Results (1)
     
  44. BaggingRegressor — scikit-learn 1.7.1 documenta...

    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.ensemble.BaggingRegressor.html
    Sat Sep 06 21:55:16 UTC 2025
      147.6K bytes
      Cache
     
  45. Watch: Hurricane Erin tracker

    Southwest pilot failing sobriety test 01:53 New Orleans Mayor LaToya...04:18 Get more news Live on Best of NBC News Play All Astronomers...
    www.nbcnews.com/video/watch-hurricane-erin-tracker-245142597919
    Wed Aug 20 01:16:16 UTC 2025
      913.1K bytes
      Cache
     
  46. Linklaters Delivers Faster, Better Enterprise S...

    test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...
    www.elastic.co/customers/linklaters
    Mon Sep 08 00:53:51 UTC 2025
      433.3K bytes
      Cache
     
  47. Guiding your organization with the 2024 Elastic...

    (OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...
    www.elastic.co/blog/guiding-your-team-2024-global-threat-report
    Mon Sep 08 00:59:09 UTC 2025
      498.8K bytes
      Cache
     
  48. The Search AI Platform — Drive real-time insigh...

    analytics engine — the same battle-tested core used in Elasticsearch...Better Binary Quantization. Test the latest AI features and models...
    www.elastic.co/platform
    Mon Sep 08 00:03:03 UTC 2025
      602.3K bytes
      Cache
     
  49. Elasticsearch AI Playground: Experiment, ingest...

    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/ai-playground
    Mon Sep 08 00:41:56 UTC 2025
      704.7K bytes
      Cache
     
  50. 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
    Mon Sep 08 00:04:11 UTC 2025
      528.1K bytes
      Cache
     
Back to top