- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 1,753 for test (0.11 sec)
-
auto_examples_jupyter.zip
X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
RepeatedKFold — scikit-learn 1.6.0 documentation
print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
SVC — scikit-learn 1.6.0 documentation
cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
FixedThresholdClassifier — scikit-learn 1.6.0 d...
X_test , y_train , y_test = train_test_split ( ......confusion_matrix ( y_test , classifier . predict ( X_test ))) [[217 7]...scikit-learn.org/stable/modules/generated/sklearn.model_selection.FixedThresholdClassifier.html -
LinearDiscriminantAnalysis — scikit-learn 1.6.0...
n_features) Array of samples (test vectors). Returns : y_scores...the mean accuracy on the given test data and labels. In multi-label...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi... -
check_estimator — scikit-learn 1.6.0 documentation
running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html -
RFECV — scikit-learn 1.7.dev0 documentation
test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...scikit-learn.org/dev/modules/generated/sklearn.feature_selection.RFECV.html -
learning_curve — scikit-learn 1.7.dev0 document...
( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...scikit-learn.org/dev/modules/generated/sklearn.model_selection.learning_curve.html -
KNeighborsClassifier — scikit-learn 1.7.dev0 do...
or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...scikit-learn.org/dev/modules/generated/sklearn.neighbors.KNeighborsClassifier.html -
AdaBoostClassifier — scikit-learn 1.7.dev0 docu...
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.ensemble.AdaBoostClassifier.html