- Sort Score
- Num 20 results
- Language All
- Labels All
Results 401 - 420 of 3,167 for test (1.23 seconds)
-
Granite models - 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/granite-models/ -
Take control of your data with Watson Studio - ...
and trust models Test and validate machine learning...Notebooks, and SPSS Modeler Testing the model 12 December 2022...developer.ibm.com/learningpaths/get-started-watson-studio -
PLSCanonical — scikit-learn 1.8.0 documen...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html -
plot_multi_metric_evaluation.rst.txt
("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt -
Importance of Feature Scaling — scikit-le...
" ) Test accuracy for the unscaled PCA 35.19% Test accuracy...predict_proba ( X_test ) print ( "Test accuracy for the unscaled PCA"...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
maxabs_scale — scikit-learn 1.8.0 documen...
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html -
EstimatorCheckFailedWarning — scikit-lear...
estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html -
Kernel PCA — scikit-learn 1.8.0 documenta...
set_title ( "Testing data" ) The samples from...orig_data_ax . set_title ( "Testing data" ) pca_proj_ax ....scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html -
Retrieval-augmented generation with LangChain a...
index_name= "test-basic" , ) db.client.indices.refresh(index= "test-basic"...platform that lets you debug, test, evaluate, and monitor chains...developer.ibm.com/articles/awb-retrieval-augmented-generation-with-langchain-and-elastic-db/ -
AbstractKotlinSerializationHttpMessageConverter...
Parameters: clazz - the class to test for support Returns: true if...(potentially generic) type to test for readability. The type source...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Abstr... -
RidgeCV — scikit-learn 1.8.0 documentation
test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html -
Optimizing GPU accelerated VMs with KubeVirt
we’ll examine the test case that measures the host-to-device-memcpy...using the GPU copy engine. The test results are as follows: Running...developer.ibm.com/articles/gpu-vms-kubevirt-numa-nodes/ -
Post pruning decision trees with cost complexit...
vs alpha for training and testing sets # When ccp_alpha is set...training accuracy and 88% testing accuracy. As alpha increases,...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
COBOL
AI driven refactoring and testing Boost mainframe DevOps with...Code Assistant for Z and IBM Test Accelerator for Z for COBOL...developer.ibm.com/languages/cobol/ -
AnnotationConfigWebContextLoader (Spring Framew...
test.context.support.AbstractContextLoade...xtLoade org.springframework.test.context.web.AbstractGenericWebCo...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/test/context/web/Ann... -
Regularization path of L1- Logistic Regression ...
regularization on training and test error Effect of model regularization...regularization on training and test error Plot Ridge coefficients...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Combine Groq, Anthropic, and Granite 4.0 Nano m...
This tutorial has been tested and verified with watsonx Orchestrate...but this tutorial has been tested with Python 3.11. An active...developer.ibm.com/tutorials/groq-anthropic-granite-multi-agent-workflow/ -
AbstractSmartHttpMessageConverter (Spring Frame...
Parameters: clazz - the class to test for support Returns: true if...Parameters: clazz - the class to test for readability mediaType -...docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/http/converter/Abstr... -
Visualization of MLP weights on MNIST — s...
986429 Test set score: 0.953061 # Authors:...data into train partition and test partition X_train , X_test ,...scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html -
Combine predictors using stacking — sciki...
``max_leaf_nodes`` in best-first fashion. Best nodes are defined...``max_leaf_nodes`` in best-first fashion. Best nodes are defined...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html