Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 450 for test (0.29 sec)

  1. Elastic's RAG-based AI Assistant: Analyze appli...

    Test and save the inference pipeline...
    www.elastic.co/observability-labs/blog/elastic-rag-ai-assistant-application-issues-llm-github
    Thu May 23 00:54:20 UTC 2024
      90.9K bytes
      Cache
     
  2. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sun May 19 20:00:38 UTC 2024
      13.5K bytes
      1 views
     
  3. 3.5. Validation curves: plotting scores to eval...

    compute the score on another test set. However, it is sometimes...that the first estimator can at best provide only a poor fit to the...
    scikit-learn.org/stable/modules/learning_curve.html
    Wed May 22 15:20:08 UTC 2024
      55.8K bytes
      Cache
     
  4. The Elastic AI Assistant for Observability esca...

    test the Slackbot, or have fun with...course, I want to also credit the rest of the development team for...
    www.elastic.co/observability-labs/blog/elastic-ai-assistant-observability-escapes-kibana
    Thu May 23 00:55:30 UTC 2024
      94.3K bytes
      Cache
     
  5. FanFare

    Glory By Emily Tesh. World Fantasy Award winner Tesh (the Greenhollow...X-Men’s dream is put to the test as mutant-human relations reach...
    fanfare.metafilter.com
    Thu May 23 00:42:46 UTC 2024
      72.3K bytes
      1 views
      Cache
     
  6. 1.7. Gaussian Processes — scikit-learn 1.5.0 do...

    = noise\_level \text{ if } x_i == x_j \text{ else } 0\] 1.7.4.2....probabilistic classification, where test predictions take the form of...
    scikit-learn.org/stable/modules/gaussian_process.html
    Wed May 22 15:20:10 UTC 2024
      88.4K bytes
      Cache
     
  7. sklearn.svm.SVR — scikit-learn 1.4.2 documentation

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Mon May 20 18:34:25 UTC 2024
      58.1K bytes
      Cache
     
  8. "Well, you seem like a person, but you're just ...

    7 favorites ] still fails my test question on Germany and WW2,...15 favorites ] still fails my test question on Germany and WW2,...
    www.metafilter.com/203709/Well-you-seem-like-a-person-but-youre-just-a-voice-in-a-computer
    Tue May 14 00:46:29 UTC 2024
      91.7K bytes
      Cache
     
  9. v1.3.rst.txt

    and test curves by default. You can set `score_type="test"` to...`return_indices` to return the train-test indices of each cv split. :pr:`25659`...
    scikit-learn.org/stable/_sources/whats_new/v1.3.rst.txt
    Tue May 21 18:58:19 UTC 2024
      44.2K bytes
     
  10. Build better Service Level Objectives (SLOs) fr...

    learn about OpenTelemetry and test out Observability features is...service is up properly. The best way is to ensure that all h...
    www.elastic.co/observability-labs/blog/service-level-objectives-slos-logs-metrics
    Thu May 23 00:56:01 UTC 2024
      91.3K bytes
      Cache
     
  11. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Thu May 23 00:42:32 UTC 2024
      72.2K bytes
      Cache
     
  12. Firstyear's blog-a-log

    reference implementation to test against. I can not understate...
    fy.blackhats.net.au/blog/2024-04-26-passkeys-a-shattered-dream/
    Fri Apr 26 23:45:31 UTC 2024
      16.2K bytes
      Cache
     
  13. 8.2. Computational Performance — scikit-learn 1...

    Here is sample code to test the sparsity of your input:...sparsify () clf . predict ( X_test ) In this example we prefer...
    scikit-learn.org/stable/computing/computational_performance.html
    Wed May 22 15:20:10 UTC 2024
      65.8K bytes
      Cache
     
  14. 2.6. Covariance estimation — scikit-learn 1.5.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Wed May 22 15:20:05 UTC 2024
      64.7K bytes
      Cache
     
  15. Best Printer 2023 | MetaFilter

    Print a Windows test page and it would be beautiful...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/198593/Best-Printer-2023
    Mon May 06 00:42:06 UTC 2024
      81.8K bytes
      Cache
     
  16. Ad Maiorem Gloriam Concreti | MetaFilter

    They have withstood the test of time.I need gargoyles people!...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203499/Ad-Maiorem-Gloriam-Concreti
    Sun Apr 28 00:52:32 UTC 2024
      51.3K bytes
      Cache
     
  17. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Tue May 21 18:58:18 UTC 2024
      66.1K bytes
      Cache
      Similar Results (1)
     
  18. Linear Regression Example — scikit-learn 1.5.0 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Wed May 22 15:20:07 UTC 2024
      89.2K bytes
      Cache
     
  19. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Wed May 22 15:20:05 UTC 2024
      80.1K bytes
      Cache
     
  20. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Wed May 22 15:20:07 UTC 2024
      95.5K bytes
      Cache
     
Back to top