- Sort Score
- Num 10 results
- Language All
- Labels All
Results 541 - 550 of 1,861 for tests (0.14 seconds)
Filter
-
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 -
Image denoising using kernel PCA — scikit-learn...
dataset into a training and testing set composed of 1,000 samples...training and 100 samples for testing. These images are noise-free...scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html -
Repeat (Spring Framework 7.0.2 API)
SpringExtension and JUnit Jupiter Test annotation for use with JUnit...JUnit 4 to indicate that a test method should be invoked repeatedly....docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/annotation/Repe... -
RepeatedKFold — scikit-learn 1.8.0 documentation
index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...index=[1 2] Test: index=[0 3] Fold 3: Train: index=[0 3] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
RunBeforeTestMethodCallbacks (Spring Framework ...
current test instance (never null ) testMethod - the test method...atement org.springframework.test.context.junit4.statements.RunBeforeTestMethodC...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/junit4/... -
Extend Your AI Agents with External LLMs Using ...
Test the agent In this step, you are going to test the agent....instance. This tutorial has been tested on watsonx Orchestrate ADK...developer.ibm.com/tutorials/ai-agents-llms-watsonx-orchestrate-ai-gateway/ -
Uses of Package org.springframework.web.server....
test.web.reactive.server Support for testing Spring WebFlux...used by org.springframework.test.web.reactive.server Class Description...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/server/session/p... -
Tweedie regression on insurance claims — scikit...
TweedieRegressor subset train test train test metric D² explained NaN..."""Evaluate an estimator on train and test sets with different metrics"""...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
preprocessing.rst.txt
:math:`K_{test}(X, Y)` defined as: .. math:: K_{test}(X, Y) =...:math:`K_{test}` is done as: .. math:: \tilde{K}_{test}(X, Y) =...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
Balance model complexity and cross-validated sc...
PCA components while has its test score within 1 standard deviation...# standard deviation of the test scores is informative. cv =...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html