- Sort Score
- Num 20 results
- Language All
- Labels All
Results 281 - 300 of 3,167 for test (4.46 seconds)
-
Analyze legal documents without building a comp...
development and testing. Later, after testing is completed, you...watsonx Orchestrate Deploy and test your agent Rather than provide...developer.ibm.com/tutorials/watsonx-orchestrate-box-mcp/ -
StratifiedKFold — scikit-learn 1.8.0 docu...
Provides train/test indices to split data in train/test sets. This...index=[1 3] Test: index=[0 2] Fold 1: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
watsonx Code Assistant - IBM Developer
AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...developer.ibm.com/components/watsonx-code-assistant -
Tweedie regression on insurance claims — ...
TweedieRegressor subset train test train test metric D² explained NaN...e an estimator on train and test sets with different metrics"""...scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html -
WebTestContextBootstrapper (Spring Framework 7....
test.context.support.AbstractTestContextB...ontextB org.springframework.test.context.support.DefaultTestContextBo...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/web/Web... -
Node.js - IBM Developer
for asynchronous testing. Mocha tests run serially, allowing...is a feature-rich JavaScript test framework running on Node.js...developer.ibm.com/languages/node-js -
permutation_test_score — scikit-learn 1.8...
implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...splitting the dataset into train/test set. Changed in version 1.6:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
CalibratedClassifierCV — scikit-learn 1.8...
and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
Ordinary Least Squares and Ridge Regression ...
evaluate on a test set, and visualize the predictions....and target into training and test sets. from sklearn.datasets...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
通配符检索
如 text 或 test 等。 使用多字符通配符时,使用 * ,如下所示。 test * 上述情况将作为多字符通配符处理,如...上述情况将作为多字符通配符处理,如 test、tests 或 tester 等。此外, te * t 也可以在搜索词中这样使用。 使用条件...fess.codelibs.org/zh-cn/15.4/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 -
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 -
learning_curve — scikit-learn 1.8.0 docum...
cross-validated training and test scores for different training...dataset k times in training and test data. Subsets of the training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
Permutation Importance with Multicollinear or C...
get about 97% accuracy on a test dataset. Because this dataset...contradiction with the high test accuracy. We demo a possible...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html -
Creating a data stream with a lifecycle | Elast...
uot;: ["my-data-stream-test"], "data_stream":...stream named my-data-stream-test . You can optionally use a wildcard...www.elastic.co/docs/manage-data/lifecycle/data-stream/tutorial-create-data-stream-with-lifecycle -
Entwicklung
OpenSearch-Plugins Tests Ausführen von Unit-Tests Alle Unit-Tests ausführen...Ausführen von Unit-Tests Schritt 4: Ausführen lokaler Tests Ausführen...fess.codelibs.org/de/development.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/ -
KNeighborsRegressor — scikit-learn 1.8.0 ...
or None Test samples. If None , predictions...coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html -
Develop a JMS application for CICS Liberty
Test the MDB sample To test the MDB sample, download...MDB test. http://host:port/com.ibm.cicsdev.mqjms.web?test=readtsq...developer.ibm.com/tutorials/develop-jms-applications-for-ibm-cics-liberty/ -
RepeatedKFold — scikit-learn 1.8.0 docume...
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