- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 1,343 for test (0.35 sec)
-
NearestCentroid — scikit-learn 1.7.0 documentation
with test samples classified to the class...n_features) Array of samples (test vectors). Returns : y_scores...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
Synthetic Monitoring with Elastic Observability...
push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...www.elastic.co/observability/synthetic-monitoring -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘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 -
RepeatedStratifiedKFold — scikit-learn 1.7.0 do...
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/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
Contributing — scikit-learn 1.7.0 documentation
sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....scikit-learn.org/stable/developers/contributing.html -
MultinomialNB — scikit-learn 1.7.0 documentation
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 -
GroupKFold — scikit-learn 1.7.0 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/stable/modules/generated/sklearn.model_selection.GroupKFold.html -
fetch_20newsgroups — scikit-learn 1.7.0 documen...
‘test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html -
validation_curve — scikit-learn 1.7.0 documenta...
print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
KNeighborsClassifier — scikit-learn 1.7.0 docum...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html