Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,328 for test (0.43 sec)

  1. 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
    Fri Sep 12 13:34:53 UTC 2025
      63.3K bytes
      Cache
     
  2. 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
     
  3. quantile_transform — scikit-learn 1.7.2 documen...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Tue Sep 09 17:54:31 UTC 2025
      117K bytes
      Cache
     
  4. 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 12 13:34:55 UTC 2025
      89.3K bytes
      1 views
     
  5. ExtraTreesRegressor — scikit-learn 1.7.2 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
    Fri Sep 12 13:34:55 UTC 2025
      162.1K bytes
      Cache
     
  6. LassoLarsCV — scikit-learn 1.7.2 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.LassoLarsCV.html
    Fri Sep 12 13:34:55 UTC 2025
      145.6K bytes
      Cache
     
  7. 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
    Sun Sep 14 00:55:19 UTC 2025
      576.6K bytes
      3 views
      Cache
     
  8. feed

    def create_text_embedding(text): # Process the text inputs = ...normalized) text_features = text_features / text_features.norm(dim=-1,...
    www.elastic.co/search-labs/rss/feed
    Sun Sep 14 00:51:56 UTC 2025
      1.6M bytes
      2 views
     
  9. 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
    Sun Sep 14 00:43:35 UTC 2025
      704.7K bytes
      Cache
     
  10. Introducing approximate nearest neighbor search...

    called ann-benchmarks which tests the leading algorithms against...and also did well in our own testing. Another benefit of HNSW is...
    www.elastic.co/blog/introducing-approximate-nearest-neighbor-search-in-elasticsearch-8-0
    Sun Sep 14 00:44:20 UTC 2025
      517.3K bytes
      1 views
      Cache
     
  11. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Fri Sep 12 13:34:55 UTC 2025
      6.6K bytes
     
  12. Attack Discovery | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/security-attack-discovery
    Sun Sep 14 01:01:44 UTC 2025
      663.5K bytes
      Cache
     
  13. 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
     
  14. IsotonicRegression — scikit-learn 1.7.2 documen...

    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.isotonic.IsotonicRegression.html
    Fri Sep 12 13:34:53 UTC 2025
      145.7K bytes
      Cache
     
  15. TransformedTargetRegressor — scikit-learn 1.7.2...

    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.compose.TransformedTargetRegressor.html
    Fri Sep 12 13:34:55 UTC 2025
      143.1K bytes
      Cache
     
  16. 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
    Fri Sep 12 13:34:53 UTC 2025
      5.7K bytes
     
  17. Build a RAG app | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/rag-app
    Sun Sep 14 00:54:44 UTC 2025
      678.6K bytes
      Cache
      Similar Results (2)
     
  18. 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
    Sun Sep 14 01:15:52 UTC 2025
      679.8K bytes
      Cache
      Similar Results (1)
     
  19. 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
    Sun Sep 14 00:03:49 UTC 2025
      539.5K bytes
      Cache
     
  20. EllipticEnvelope — scikit-learn 1.7.2 documenta...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Fri Sep 12 13:34:53 UTC 2025
      146.3K bytes
      Cache
     
Back to top