- Sort Score
- Result 20 results
- Languages All
- Labels All
Results 301 - 320 of 1,341 for test (0.09 sec)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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/ -
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 -
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 -
2.6. Covariance estimation — scikit-learn 1.7.0...
scikit-learn.org/stable/modules/covariance.html -
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 -
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 -
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 -
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