- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 707 for test (0.1 sec)
-
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 -
Examples — scikit-learn 1.5.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 -
f_regression — scikit-learn 1.5.2 documentation
Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html -
ValidationCurveDisplay — scikit-learn 1.5.2 doc...
test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
fetch_species_distributions — scikit-learn 1.5....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html -
GaussianNB — scikit-learn 1.5.2 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.GaussianNB.html -
NearestCentroid — scikit-learn 1.5.2 documentation
with test samples classified to the class...classification on an array of test vectors X . The predicted class...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
BernoulliNB — scikit-learn 1.5.2 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.BernoulliNB.html -
quantile_transform — scikit-learn 1.5.2 documen...
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.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...