- Sort Score
- Num 10 results
- Language All
- Labels All
Results 51 - 60 of 1,655 for test (3.62 seconds)
-
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 -
ComplementNB — scikit-learn 1.7.2 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 -
RepeatedStratifiedKFold — scikit-learn 1....
index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
Examples — scikit-learn 1.7.2 documentation
(ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...scikit-learn.org/stable/auto_examples/index.html -
GroupKFold — scikit-learn 1.7.2 documenta...
test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
Train open source LLMs with collected knowledge...
and test the model. Step 4. Test the base model output...Train data set (jsonl file) Test data set (jsonl file) Step 6....developer.ibm.com/tutorials/awb-train-open-source-llms-collected-knowledge-instructlab/ -
cross_validate — scikit-learn 1.7.2 docum...
splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
fetch_20newsgroups_vectorized — scikit-le...
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
3.1. Cross-validation: evaluating estimator per...
train-test split indices) in addition to the test score. For...to the test set . Thus, one can create the training/test sets using...scikit-learn.org/stable/modules/cross_validation.html -
validation_curve — scikit-learn 1.7.2 doc...
Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html