- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 1,753 for test (0.1 sec)
-
validation_curve — scikit-learn 1.7.dev0 docume...
print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...scikit-learn.org/dev/modules/generated/sklearn.model_selection.validation_curve.html -
StratifiedShuffleSplit — scikit-learn 1.6.0 doc...
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html -
ComplementNB — scikit-learn 1.6.0 documentation
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 -
GroupShuffleSplit — scikit-learn 1.6.0 document...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
RepeatedStratifiedKFold — scikit-learn 1.7.dev0...
print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...scikit-learn.org/dev/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
GroupKFold — scikit-learn 1.7.dev0 documentation
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/dev/modules/generated/sklearn.model_selection.GroupKFold.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
plot_classifier_comparison.rst.txt
and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Observability: Get Started creating a synthetic...
if the website or app being tested are accessible from: Elastic's...Elastic's global managed testing infrastructure: With Elastic's global...www.elastic.co/getting-started/observability/create-synthetic-monitor -
ClassifierMixin — scikit-learn 1.7.dev0 documen...
the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...scikit-learn.org/dev/modules/generated/sklearn.base.ClassifierMixin.html