Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 1,304 for test (0.17 sec)

  1. 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
    Thu Jul 17 15:32:17 UTC 2025
      118.2K bytes
      Cache
     
  2. Building an MCP server with Elasticsearch for r...

    Running a test Let's test a simple tool to see it...resources and tools effectively: Testing your server with MCP Inspector...
    www.elastic.co/search-labs/blog/how-to-build-mcp-server
    Fri Jul 04 01:04:32 UTC 2025
      285.7K bytes
      Cache
     
  3. Feature Selection — scikit-learn 1.7.1 document...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/feature_selection/index.html
    Thu Jul 17 15:32:17 UTC 2025
      76.6K bytes
      Cache
     
  4. 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
    Wed Jul 16 16:04:05 UTC 2025
      4.8K bytes
      1 views
     
  5. f_regression — scikit-learn 1.7.1 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Thu Jul 17 15:32:17 UTC 2025
      118.1K bytes
      Cache
     
  6. Observability: Get Started creating a synthetic...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/getting-started/observability/create-synthetic-monitor
    Fri Jul 18 01:10:41 UTC 2025
      374.7K bytes
      Cache
     
  7. 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
    Wed Jul 16 16:04:03 UTC 2025
      89.3K bytes
      1 views
     
  8. 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
    Fri Jul 18 00:38:55 UTC 2025
      580.9K bytes
      1 views
      Cache
     
  9. 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
    Thu Jul 17 15:32:16 UTC 2025
      162.2K bytes
      Cache
     
  10. 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
    Fri Jul 18 01:06:41 UTC 2025
      235.5K bytes
      1 views
      Cache
     
  11. ElasticNetCV — scikit-learn 1.7.1 documentation

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Thu Jul 17 15:32:16 UTC 2025
      166.4K bytes
      Cache
     
  12. 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
    Thu Jul 17 01:15:54 UTC 2025
      476.6K bytes
      Cache
     
  13. OAS — scikit-learn 1.7.1 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Thu Jul 17 15:32:16 UTC 2025
      133.4K bytes
      Cache
     
  14. 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
    Thu Jul 17 15:32:17 UTC 2025
      149K bytes
      Cache
     
  15. 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
    Thu Jul 17 15:32:16 UTC 2025
      159.2K bytes
      Cache
     
  16. 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
    Thu Jul 17 15:32:17 UTC 2025
      198.2K bytes
      Cache
     
  17. 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
    Fri Jul 18 01:16:35 UTC 2025
      582.1K bytes
      Cache
     
  18. 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
    Thu Jul 17 15:32:17 UTC 2025
      122.8K bytes
      Cache
     
  19. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Thu Jul 17 15:32:17 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  20. 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
    Thu Jul 17 15:32:16 UTC 2025
      2.2M bytes
      2 views
     
Back to top