- Sort Score
- Num 10 results
- Language All
- Labels All
Results 271 - 280 of 2,898 for test (0.18 seconds)
-
IoT - 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 -
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 -
Get started with generative AI free | Elastic
Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...www.elastic.co/cloud/generative-ai-trial-overview -
Writing clean, testable, high quality code in P...
of using Nose to test unit test and doc test coverage on the highlight...avoidable. Writing tests before, such as the case of test-driven development...developer.ibm.com/articles/au-cleancode/ -
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 -
LassoCV — scikit-learn 1.8.0 documentation
default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html -
ComplementNB — scikit-learn 1.8.0 documen...
classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
MultinomialNB — scikit-learn 1.8.0 docume...
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
LeaveOneGroupOut — scikit-learn 1.8.0 doc...
test ndarray The testing set indices for that...cross-validator. Provides train/test indices to split data such that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
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