Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,271 for test (0.51 sec)

  1. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Nov 03 14:20:04 UTC 2025
      3.6K bytes
     
  2. Create or update synonyms set API examples | El...

    { "id": "test-2", "synonyms": "test => check" } ] } If..."id": "test-1", "synonyms": "hello, hi" } ] } PUT /test-index...
    www.elastic.co/docs/solutions/search/full-text/create-update-synonyms-api-example
    Tue Nov 04 17:37:29 UTC 2025
      361.2K bytes
      Cache
     
  3. Find connection details | Elastic Docs

    Test connection Use curl to verify...run the following command to test your connection: curl "${ES_URL}"...
    www.elastic.co/docs/solutions/search/search-connection-details
    Tue Nov 04 17:37:28 UTC 2025
      367.2K bytes
      Cache
     
  4. Synthetics support matrix | Elastic Docs

    synthetic tests on Elastic’s global managed testing infrastructure...monitors Elastic’s global managed testing infrastructure GA support :...
    www.elastic.co/docs/solutions/observability/synthetics/support-matrix
    Tue Nov 04 17:37:30 UTC 2025
      363.8K bytes
      Cache
     
  5. fetch_20newsgroups — scikit-learn 1.7.2 documen...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Wed Nov 05 14:36:36 UTC 2025
      119.5K bytes
      Cache
     
  6. 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
    Thu Nov 06 00:41:44 UTC 2025
      476.7K bytes
      Cache
     
  7. APIs and tools | Elastic Docs

    Performs analysis for full-text search on a text string and returns the...and tools you need to build, test, and manage your search app...
    www.elastic.co/docs/solutions/search/apis-and-tools
    Tue Nov 04 17:37:28 UTC 2025
      363.5K bytes
      Cache
     
  8. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Wed Nov 05 14:36:35 UTC 2025
      118.2K bytes
      Cache
     
  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
    Thu Nov 06 00:36:09 UTC 2025
      614.1K bytes
      Cache
     
  10. Elastic APM agent configuration API | Elastic Docs

    nts { "service": { "name": "test-service", "environment": "all"...including the service name "test-service": curl -i http://12...
    www.elastic.co/docs/solutions/observability/apm/elastic-apm-agent-configuration-api
    Tue Nov 04 17:37:31 UTC 2025
      361.6K bytes
      Cache
     
  11. Contributing — scikit-learn 1.7.2 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Wed Nov 05 14:36:32 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  12. Quickstart: Create a Synthetic Monitor | Elasti...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor
    Tue Nov 04 23:36:04 UTC 2025
      364.6K bytes
      Cache
     
  13. AdaBoostClassifier — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:32 UTC 2025
      157.7K bytes
      Cache
     
  14. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Wed Nov 05 14:36:32 UTC 2025
      154.3K bytes
      Cache
     
  15. 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
    Mon Nov 03 14:20:04 UTC 2025
      6.6K bytes
     
  16. Migrate from the Elastic Synthetics integration...

    synthetic tests on Elastic’s global managed testing infrastructure...Project monitors , you write tests in an external version-controlled...
    www.elastic.co/docs/solutions/observability/synthetics/migrate-from-elastic-synthetics-integration
    Tue Nov 04 17:37:30 UTC 2025
      367.7K bytes
      Cache
     
  17. ElasticNet — scikit-learn 1.7.2 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.ElasticNet.html
    Wed Nov 05 14:36:32 UTC 2025
      166.2K bytes
      Cache
     
  18. Get started with Uptime | Elastic Docs

    alerts in case of test failures, and more. If a test does fail (shown...schedule entry. This allows tests to be run in parallel and analyzed...
    www.elastic.co/docs/solutions/observability/uptime/get-started
    Tue Nov 04 17:37:31 UTC 2025
      366.4K bytes
      Cache
     
  19. DummyRegressor — scikit-learn 1.7.2 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Wed Nov 05 14:36:35 UTC 2025
      140K bytes
      Cache
     
  20. minmax_scale — scikit-learn 1.7.2 documentation

    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.minmax_scale.html
    Wed Nov 05 14:36:32 UTC 2025
      115.6K bytes
      Cache
     
Back to top