Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 200 of 1,728 for test (0.2 sec)

  1. 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
    Thu Jun 06 00:04:04 UTC 2024
      493.2K bytes
      Cache
     
  2. Accelerating Elastic detection tradecraft with ...

    json test files, that included the essential...various model parameters Create a test suite to validate our results...
    www.elastic.co/security-labs/accelerating-elastic-detection-tradecraft-with-llms
    Wed Jun 05 01:06:52 UTC 2024
      79.8K bytes
      Cache
     
  3. ExtraTreesClassifier — scikit-learn 1.5.0 docum...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Wed Jun 05 23:00:23 UTC 2024
      175.1K bytes
      Cache
     
  4. pydata-sphinx-theme.js

    test(e)&&a.test(e),o=(e,t,n)=>{h(n);const.../i.test(e.key)?document.activeElement===t&&/Escape/i.test(e....
    scikit-learn.org/stable/_static/scripts/pydata-sphinx-theme.js
    Wed Jun 05 23:00:22 UTC 2024
      9.2K bytes
      Similar Results (1)
     
  5. Elasticsearch open inference API adds Azure AI ...

    page: PUT _inference/text_embeddings/test_cohere_embeddings {...let's test the model out by asking it to provide some text given...
    www.elastic.co/search-labs/blog/elasticsearch-azure-ai-studio-support
    Thu May 23 00:51:32 UTC 2024
      119.6K bytes
      Cache
     
  6. Elastic Cloud Feature Matrix | Elastic

    Monitors Managed Test Execution Service 12 Private Testing Locations...Monitors Managed Test Execution Service 12 Private Testing Locations...
    www.elastic.co/subscriptions/cloud
    Thu Jun 06 01:07:32 UTC 2024
      1.1M bytes
      2 views
      Cache
     
  7. HalvingGridSearchCV — scikit-learn 1.5.0 docume...

    cross-validated score of the best_estimator. best_params_ dict Parameter...that gave the best results on the hold out data. best_index_ int...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Wed Jun 05 00:53:45 UTC 2024
      167.4K bytes
      Cache
      Similar Results (1)
     
  8. 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
    Thu Jun 06 00:38:44 UTC 2024
      476K bytes
      1 views
      Cache
     
  9. 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
    Thu Jun 06 00:50:45 UTC 2024
      355.7K bytes
      Cache
     
  10. BayesianGaussianMixture — scikit-learn 1.5.0 do...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.BayesianGaussianMixture.html
    Wed Jun 05 23:00:23 UTC 2024
      159K bytes
      Cache
     
  11. RandomForestClassifier — scikit-learn 1.5.0 doc...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Wed Jun 05 23:00:23 UTC 2024
      188.2K bytes
      Cache
     
  12. GradientBoostingClassifier — scikit-learn 1.5.0...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Wed Jun 05 23:00:22 UTC 2024
      187K bytes
      Cache
     
  13. TheilSenRegressor — scikit-learn 1.5.0 document...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TheilSenRegressor.html
    Wed Jun 05 23:00:24 UTC 2024
      141.5K bytes
      1 views
      Cache
     
  14. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Thu Jun 06 00:05:46 UTC 2024
      490.5K bytes
      Cache
     
  15. LabelSpreading — scikit-learn 1.5.0 documentation

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Wed Jun 05 23:00:23 UTC 2024
      141.8K bytes
      Cache
     
  16. MinCovDet — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...Quality, TECHNOMETRICS score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Wed Jun 05 23:00:23 UTC 2024
      150.6K bytes
      Cache
     
  17. PoissonRegressor — scikit-learn 1.5.0 documenta...

    n_features) Test samples. y array-like of shape...is averaged by sample_weight. Best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PoissonRegressor.html
    Wed Jun 05 23:00:23 UTC 2024
      145.5K bytes
      Cache
     
  18. Elasticsearch index updates: Automatically upda...

    "scripts": { "test": "echo \"Error: no test specified\" && exit...Object Web Service (NeoWs ), a RESTful web service offering detailed...
    www.elastic.co/search-labs/blog/elasticsearch-index-node-js-automatic-updates
    Wed Jun 05 00:47:52 UTC 2024
      148.4K bytes
      Cache
     
  19. SequentialFeatureSelector — scikit-learn 1.5.0 ...

    evaluate the predictions on the test set. NOTE that when using a...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SequentialFeatureSelector.html
    Wed Jun 05 23:00:24 UTC 2024
      146.5K bytes
      Cache
     
  20. How To Tell If A Conspiracy Theory Is Probably ...

    Step 2: Test the allegation Often, a conspiracy...they put their idea to the tests of logic, reasoning and critical...
    digg.com/human-nature/link/how-to-tell-if-a-conspiracy-theory-is-probably-false
    Fri May 10 01:20:52 UTC 2024
      146.1K bytes
      Cache
     
Back to top