- Sort Score
- Num 20 results
- Language All
- Labels All
Results 401 - 420 of 3,167 for test (1.78 seconds)
-
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 -
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 -
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 -
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 -
Getting Started — scikit-learn 1.8.0 docu...
disclosing some testing data in your training data....dataset , split it into train and test sets, and compute the accuracy...scikit-learn.org/stable/getting_started.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 -
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 -
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... -
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/ -
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 -
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/ -
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 -
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... -
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/ -
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 -
Beyond buzzwords: A brief history of microservi...
because development and test environments were large, difficult...themselves, in development, test, and production environments...developer.ibm.com/articles/cl-evolution-microservices-patterns/ -
Feature discretization — scikit-learn 1.8...
: name = [ get_name ( est [ 1 ]) for est in estimator . steps...points in solid colors and testing points semi-transparent. The...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html