- Sort Score
- Num 10 results
- Language All
- Labels All
Results 451 - 460 of 3,326 for test (2.12 seconds)
-
Artificial intelligence - Courses - IBM Developer
you’ll create the REST API endpoints, run and test the server with...cURL, and use POSTMAN to test the REST API endpoints. Cookie Preferences...developer.ibm.com/technologies/artificial-intelligence/courses/ -
API User
"surname" : "Test" , "givenName"..."surname" : "Test" , "givenName"...fess.codelibs.org/fr/15.5/api/admin/api-admin-user.html -
plot_hgbt_regression.rst.txt
shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...Training sample size: 16531 Test sample size: 11021 Number of...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
Effortless one-step firmware updates for IBM AI...
Test connectivity : After configuring...or modifying proxy settings, test your connection (for example,...developer.ibm.com/articles/firmware-updates-aix-io-adapters-invscout/ -
기여 가이드
작성 테스트 메서드명은 test 로 시작 Given-When-Then 패턴 사용 @Test public void...SearchService (); String query = "test" ; // When: 테스트 대상 실행 SearchResponse...fess.codelibs.org/ko/dev/contributing.html -
Architecture et structure du code
│ └── test/ │ └── java/org/codelibs/fess/ │ ├── ...Test.java #...# Classes de test │ └── it/ # Tests d'intégration ├── pom.xml...fess.codelibs.org/fr/dev/architecture.html -
parametrize_with_checks — scikit-learn 1....
to a test failure. If False, unexpectedly passing tests will...pytest -k to specify which tests to run: pytest test_check_estimators...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
Mainframes - IBM Developer
enables deep integration testing across platforms and technologies...repeatable, reliable, agile testing at scale across your enterprise....developer.ibm.com/technologies/mainframe/ -
GaussianProcessClassifier — scikit-learn ...
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html -
Recognizing hand-written digits — scikit-...
split the data into train and test subsets and fit a support vector...digit for the samples in the test subset. # flatten the images...scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html