- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 1,344 for test (0.7 sec)
-
LassoCV — scikit-learn 1.7.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 -
GroupShuffleSplit — scikit-learn 1.7.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 -
class_likelihood_ratios — scikit-learn 1.7.0 do...
obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.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 -
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 -
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 -
Open source full text search server – roadmap
ARCHIVES Support Open source full text search server – roadmap This...fess.codelibs.org/roadmap.html -
Observability: Get Started creating a synthetic...
organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...www.elastic.co/getting-started/observability/create-synthetic-monitor -
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 -
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