- Sort Score
- Num 50 results
- Language All
- Labels All
Results 251 - 300 of 3,820 for test (0.63 seconds)
Filter
-
Prediction Intervals for Gradient Boosting Regr...
It still shows that the best test metric is obtained when the...expected_y + noise Split into train, test datasets: X_train , X_test ,...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html -
plot_multi_metric_evaluation.ipynb
(\"test\", \"-\")):\n sample_score_mean...sample_score_std,\n alpha=0.1 if sample == \"test\" else 0,\n color=color,\n )\n...scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation.... -
Configure custom endpoint aliases on Elastic Cl...
Remove the text from the Custom endpoint alias text box. Select...alias for your deployment to be test-alias , the corresponding alias...www.elastic.co/docs/deploy-manage/deploy/cloud-enterprise/ece-regional-deployment-aliases -
Wildcard-Suche
test, tests oder tester. Außerdem te...Ein-Zeichen-Wildcard behandelt, z. B. text oder test. Um ein Mehrzeichen-Wildcard...fess.codelibs.org/de/15.5/user/search-wildcard.html -
plot_multi_metric_evaluation.py
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
SqlConfig (Spring Framework 7.0.0 API)
Tsuyukubo See Also: Sql Nested Class Summary Nested Classes Modifier...annotation on an integration test class, @SqlConfig serves as...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/jdbc/Sq... -
Build an AI‑driven supply chain workflow using ...
Test the disruption_detector_agent . Test the suppl...tutorial . This tutorial has been tested and validated with ADK versions...developer.ibm.com/tutorials/suppy-chain-agentic-ai-oms-watsonx-orchestrate/ -
Security Configuration
O = Test , L = Test , C = DE Configure TLS/SSL...Advisories Validate updates in a test environment Apply updates to...fess.codelibs.org/15.5/install/security.html -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
RepeatedStratifiedKFold — scikit-learn 1.8.0 do...
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
3.1. Cross-validation: evaluating estimator per...
- ['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...scikit-learn.org/stable/modules/cross_validation.html -
Mastering data persistence with Quarkus
Test your persistence layer Testing is essential...when you run your tests. This means you test against the same...developer.ibm.com/tutorials/quarkus-basics-03/ -
fess-testdata/README.md at master · codelibs/fe...
to Create Test Files File Naming Add the prefix "test" and use...files/ . Test Data Files Documents Type Location Text HTML HTML...github.com/codelibs/fess-testdata/blob/master/README.md -
GroupKFold — scikit-learn 1.8.0 documentation
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
ModelAndViewAssert (Spring Framework 7.0.3 API)
test.web.ModelAndViewAssert public...assertions intended to simplify testing scenarios dealing with Spring...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/web/ModelAndVie... -
validation_curve — scikit-learn 1.8.0 documenta...
Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
Using IBM Bob to build watsonx Orchestrate agen...
writes unit tests, build an MCP client to test the MCP tools...the client with test cases, execute the tests, and confirm that...developer.ibm.com/tutorials/build-agents-mcp-tools-watsonx-orchestrate-using-bob/ -
Developing a gen AI application using IBM Grani...
compliance with RESTful best practices. The purpose of this REST API is...the API call. Step 3: Generate test cases Next, I wanted to make...developer.ibm.com/tutorials/awb-developing-gen-ai-app-ibm-granite-code/ -
Flujo de Trabajo de Desarrollo
de prueba específica mvn test -Dtest = SearchServiceTest # Ejecutar...Actualización de documentación test : Agregar/modificar pruebas...fess.codelibs.org/es/dev/workflow.html -
Java constructs for real-world apps - IBM Devel...
class EmployeeTest { @Test void test () { int int1 = 1 ; int...import org.junit.Test; public class ManagerTest { @Test public void...developer.ibm.com/learningpaths/java-get-started/java-constructs1/ -
와일드카드 검색
test * 위의 경우 test, tests나 tester 등 여러 문자의...같이 ?를 사용합니다. te?t 위의 경우 text나 test 등 1개 문자의 와일드카드로 처리됩니다. 여러 문자의...fess.codelibs.org/ko/15.4/user/search-wildcard.html -
Building AI applications with Model Context Pro...
description} " ) # Test text generation print ( "\n Testing Text Generation:"...sentiment of the following text: Text: " {text} " Provide: 1. Overall...developer.ibm.com/tutorials/mcp-watsonx/ -
train_test_split — scikit-learn 1.8.0 documenta...
on a Text Dataset Semi-supervised Classification on a Text Dataset...matrices into random train and test subsets. Quick utility that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
Data Store Crawling
This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...fess.codelibs.org/15.5/admin/dataconfig-guide.html -
GMM covariances — scikit-learn 1.8.0 documentation
text ( 0.05 , 0.8 , "Test accuracy: %.1f " %...on both training and held out test data using a variety of GMM...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
MNIST classification using multinomial logistic...
Test accuracy reaches > 0.8, while...Sparsity with L1 penalty: 80.33% Test score with L1 penalty: 0.8212...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Multiclass sparse logistic regression on 20newg...
[model=One versus Rest, solver=saga] Number of epochs: 3 Test accuracy...np . concatenate ([ est . coef_ for est in clf . estimators_...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html -
plot_classifier_comparison.zip
points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
IoT Programming - IBM Developer
test, and deploy custom Python analytics...autoencoders, learn how to create a test physical model based data generator...developer.ibm.com/technologies/iot/ -
Supervised fine-tuning of the open source IBM G...
then test the model using the test data and evaluate...pieces of text is essential, such as in translation or text generation...developer.ibm.com/articles/awb-supervised-finetuning-ibm-granite-model-transformers/ -
Feature Selection — scikit-learn 1.8.0 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
Nested versus non-nested cross-validation — sci...
Nested versus non-nested cross-validation #...example compares non-nested and nested cross-validation strategies...scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html -
More Java constructs for real-world apps - IBM ...
in the test tree is where you'll find the JUnit tests that allow...could use a JUnit test, as shown here: @Test void testSerializeToDisk...developer.ibm.com/learningpaths/java-get-started/java-constructs2/ -
Comparing Random Forests and Histogram Gradient...
significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
getting_started.rst.txt
disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/_sources/getting_started.rst.txt -
Demonstration of multi-metric evaluation on cro...
( "test" , "-" )): sample_score_mean..., alpha = 0.1 if sample == "test" else 0 , color = color , )...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
cross_validate — scikit-learn 1.8.0 documentation
splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
Plotting Learning Curves and Checking Models’ S...
terms of training score and testing score. Here, we compute the...[: 2 ], [ "Training Score" , "Test Score" ]) ax [ ax_idx ] . set_title...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
Serveur de recherche plein texte open source - ...
Tests Créez et exécutez des tests unitaires pour...Fichiers JSP │ └── test/ │ └── java/ # Code de test ├── pom.xml #...fess.codelibs.org/fr/dev/getting-started.html -
RequestPredicates (Spring Framework 7.0.6 API)
parameter to test against predicate - the predicate to test against...Author: Arjen Poutsma Nested Class Summary Nested Classes Modifier...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
Target Encoder’s Internal Cross fitting — sciki...
dataset and perform a train test split: import pandas as pd from...print ( "Raw Model score on test set: " , raw_model . score (...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html -
Data Store Crawling
This is test 1. 2 , Title 2 , This is test 2. 3 , Title...Title 3 , This is test 3. 4 , Title 4 , This is test 4. 5 , Title...fess.codelibs.org/15.4/admin/dataconfig-guide.html -
Deploy MCP Composer on IBM Cloud Code Engine us...
Test the Container locally (Optional) You can test your...ENTRYPOINT [] CMD [ "uv" , "run" , "test/test_composer.py" ] Copy code...developer.ibm.com/tutorials/mcp-composer-code-engine-docker/ -
Install Red Hat OpenShift Container Platform 4....
test-ocp-6f2c .ibm .com oauth-openshift .apps .test-ocp-6f2c... .apps .test-ocp-6f2c .ibm .com example .apps .test-ocp-6f2c...developer.ibm.com/tutorials/use-container-images-for-upi-deployment-of-openshift/ -
Build an AI agent with Langflow, Granite 4.0 mo...
Click Playground to test the full flow. First test, if it detects...the test the agent calling the Langflow tool. You can test either...developer.ibm.com/tutorials/develop-langflow-tools-watsonx-orchestrate-granite/ -
Connecting to MCP tools with watsonx Orchestrate
Test the agent Next, you are going to the test the agent...reliable and easier to maintain, test, and audit. In this step-by-step...developer.ibm.com/tutorials/connect-mcp-tools-watsonx-orchestrate-adk/ -
Extract text from documents using watsonx.ai Te...
authentication method and test again. Step 4: Extract text Import all the...Extract text using Python code Download extracted text files from...developer.ibm.com/tutorials/extracting-text-watsonx-ai-textextraction-api/ -
개발 워크플로우
mvn test -Dtest = SearchServiceTest # 모든 테스트 실행 mvn test 자세한...refactor : 리팩토링 docs : 문서 업데이트 test : 테스트 추가·수정 예: # 새 기능 추가 git...fess.codelibs.org/ko/dev/workflow.html -
RequestPredicate (Spring Framework 7.0.6 API)
Method Details test boolean test ( ServerRequest request)...predicate nest default Optional < ServerRequest > nest ( ServerRequest...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/reactive/functio... -
Deploying MCP Tools on watsonx Orchestrate by u...
Content-Type: text/event-stream curl -v -N -H 'Accept: text/event-stream'...instance. This tutorial has been tested on watsonx Orchestrate ADK...developer.ibm.com/tutorials/build-mcp-tools-mcp-gateway-watsonx-orchestrate-agents/