Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,341 for test (0.09 sec)

  1. 1.7. Gaussian Processes — scikit-learn 1.7.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
    Tue Jul 01 15:59:32 UTC 2025
      84.5K bytes
      Cache
     
  2. TweedieRegressor — scikit-learn 1.7.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.TweedieRegressor.html
    Tue Jul 01 15:59:33 UTC 2025
      142K bytes
      Cache
     
  3. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Tue Jul 01 15:59:33 UTC 2025
      158K bytes
      Cache
     
  4. LogisticRegression — scikit-learn 1.7.0 documen...

    n_features) Test samples. y array-like of shape...default. To apply a one-versus-rest scheme for the multiclass setting...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Tue Jul 01 15:59:32 UTC 2025
      191.3K bytes
      Cache
     
  5. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Tue Jul 01 15:59:35 UTC 2025
      102.2K bytes
      Cache
     
  6. SimpleImputer — scikit-learn 1.7.0 documentation

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.SimpleImputer.html
    Tue Jul 01 15:59:32 UTC 2025
      147K bytes
      Cache
     
  7. Search tier autoscaling in Elasticsearch Server...

    start a 14-day free trial to test it out yourself! You can follow...autoscaling and performance stress testing at scale Dive into how Elasticsearch...
    www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling
    Wed Jul 02 00:39:23 UTC 2025
      146.7K bytes
      Cache
     
  8. Better Binary Quantization (BBQ) in Lucene and ...

    example but simplifed java code: Testing with BBQ: Alright, show me...numbers: We have done extensive testing with BBQ both in Lucene and...
    www.elastic.co/search-labs/blog/better-binary-quantization-lucene-elasticsearch
    Wed Jul 02 00:49:01 UTC 2025
      288.5K bytes
      Cache
     
  9. 9.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
    Tue Jul 01 15:59:35 UTC 2025
      60.9K bytes
      Cache
     
  10. Tracing, logs, and metrics for a RAG based Chat...

    name: init-elasticsearch-index-test spec: template: spec: containers:...= "https://123456789.apm.us-west-2.aws.cloud.es.io:443" OTEL...
    www.elastic.co/observability-labs/blog/openai-tracing-elastic-opentelemetry
    Thu Jun 05 01:08:06 UTC 2025
      111K bytes
      Cache
     
  11. Beyond RAG Basics: Advanced strategies for AI a...

    Strategies and best practices for implementing RAG . Test the latest...the challenges, solutions, and best practices in this evolving field...
    www.elastic.co/blog/beyond-rag-basics
    Wed Jul 02 00:53:21 UTC 2025
      539.4K bytes
      Cache
     
  12. RANSACRegressor — scikit-learn 1.7.0 documentation

    the mean accuracy on the given test data, which is used for the...the inliers predicted by the “best” model found during RANSAC sampling...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Tue Jul 01 15:59:32 UTC 2025
      143.7K bytes
      Cache
     
  13. We Ranked The Best Frozen Pizza Brands

    We Ranked The Best Frozen Pizza Brands I Tested And Ranked The...frozen pizzas. So I blind taste-tested the seven most popular grocery...
    www.buzzfeed.com/webstories/frozen-pizza-brands-ranked/
    Wed Jun 18 00:06:32 UTC 2025
      99K bytes
      Cache
     
  14. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Tue Jul 01 15:59:32 UTC 2025
      112K bytes
      Cache
     
  15. Balance model complexity and cross-validated sc...

    "mean_test_score" : test_scores , "std_test_score" : grid...std of test scores mean_test_scores = np . mean ( test_scores...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue Jul 01 15:59:33 UTC 2025
      169.1K bytes
      Cache
     
  16. 2.6. Covariance estimation — scikit-learn 1.7.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Tue Jul 01 15:59:33 UTC 2025
      59.7K bytes
      Cache
     
  17. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Wed Jul 02 01:18:57 UTC 2025
      584.5K bytes
      Cache
     
  18. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Tue Jul 01 15:59:32 UTC 2025
      167.9K bytes
      1 views
      Cache
     
  19. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....at training time and not at test time, for resampling and similar...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      25.4K bytes
      3 views
     
  20. Post-tuning the decision threshold for cost-sen...

    ]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Tue Jul 01 15:59:33 UTC 2025
      293.2K bytes
      Cache
     
Back to top