- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 1,438 for test (1.19 sec)
-
AdaBoostClassifier — scikit-learn 1.6.1 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/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html -
KNeighborsClassifier — scikit-learn 1.6.1 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 -
TunedThresholdClassifierCV — scikit-learn 1.6.1...
X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html -
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 -
validation_curve — scikit-learn 1.6.1 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 -
auto_examples_python.zip
tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Feature Selection — scikit-learn 1.6.1 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
3.1. Cross-validation: evaluating estimator per...
available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/cross_validation.html -
LearningCurveDisplay — scikit-learn 1.6.1 docum...
test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html -
plot_classifier_comparison.py
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/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py