Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 1,328 for test (0.46 sec)

  1. In Fess make Apache Solr based search server-ed...

    using the REST API is now Fess . In the REST API, Fess to...possible as the REST API. Can also use the REST API should build...
    fess.codelibs.org/articles/article-4.html
    Thu Jul 03 02:36:07 UTC 2025
      28.7K bytes
      19 views
      Cache
     
  2. check_estimator — scikit-learn 1.7.0 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 03 11:42:05 UTC 2025
      122.8K bytes
      Cache
     
  3. Debugging Azure Networking for Elastic Cloud Se...

    for the duration of the test. These tests are designed to push the...performance and scalability tests to ensure that our users get...
    www.elastic.co/observability-labs/blog/debugging-aks-packet-loss
    Fri Jul 04 01:08:51 UTC 2025
      149.3K bytes
      Cache
     
  4. 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
    Wed Jul 02 18:21:48 UTC 2025
      14.5K bytes
      3 views
     
  5. RidgeCV — scikit-learn 1.7.0 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
    Thu Jul 03 11:42:06 UTC 2025
      150.3K bytes
      Cache
     
  6. 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
    Fri Jul 04 00:03:55 UTC 2025
      647.8K bytes
      1 views
      Cache
     
  7. feed

    code => " nested_data = event.get('nested') if nested_data.is_a?(Hash)..."properties": { "text": { "type": "text" }, "text_semantic": { "type":...
    www.elastic.co/search-labs/rss/feed
    Fri Jul 04 00:41:08 UTC 2025
      1.7M bytes
     
  8. GaussianProcessClassifier — scikit-learn 1.7.0 ...

    {‘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 03 11:42:05 UTC 2025
      149.1K bytes
      Cache
     
  9. MLPRegressor — scikit-learn 1.7.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Jul 03 11:42:06 UTC 2025
      163.6K bytes
      Cache
     
  10. 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
    Thu Jul 03 11:42:04 UTC 2025
      20.2K bytes
      1 views
     
  11. Trying Acupuncture For The First Time

    Acupuncture For The First Time THE TEST FRIENDS For more videos, check...
    www.buzzfeed.com/webstories/trying-acupuncture-for-the-first-time/
    Wed Jun 18 00:04:20 UTC 2025
      47K bytes
      1 views
      Cache
     
  12. Improving Copilot capabilities using Elasticsea...

    To test semantic search, let's ask the...the previous query. Now, let's test the date range search by querying...
    www.elastic.co/search-labs/blog/improve-microsoft-copilot-with-elasticsearch
    Tue Jun 24 01:00:55 UTC 2025
      266.7K bytes
      Cache
     
  13. NuSVR — scikit-learn 1.7.0 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu Jul 03 11:42:06 UTC 2025
      142.7K bytes
      Cache
     
  14. Trump and U.S. intelligence appear at odds over...

    They would achieve a test device and possibly an initial...Iran would have to build and test a device that can be delivered...
    www.nbcnews.com/world/iran/us-intelligence-assessment-irans-nuclear-program-remains-unchanged-rcn...
    Thu Jun 19 01:11:24 UTC 2025
      240.4K bytes
      Cache
     
  15. 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
    Thu Jul 03 11:42:05 UTC 2025
      63.3K bytes
      Cache
     
  16. 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
    Fri Jul 04 00:34:29 UTC 2025
      694.7K bytes
      Cache
     
  17. 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
    Wed Jul 02 18:21:48 UTC 2025
      2.2M bytes
      2 views
     
  18. 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
    Fri Jul 04 00:06:34 UTC 2025
      542.6K bytes
      Cache
     
  19. MultiOutputRegressor — scikit-learn 1.7.0 docum...

    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.multioutput.MultiOutputRegressor.html
    Wed Jul 02 18:21:48 UTC 2025
      146.6K bytes
      Cache
     
  20. Build a RAG app | Elastic

    for 14 days to go deeper and test these capabilities. Start free...
    www.elastic.co/demo-gallery/rag-app
    Fri Jul 04 00:37:33 UTC 2025
      668.7K bytes
      Cache
      Similar Results (2)
     
Back to top