- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1361 - 1370 of 2,135 for text (0.17 sec)
-
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... -
parametrize_with_checks — scikit-learn 1.5.2 do...
to specify which tests to run: pytest test_check_estimators ....DecisionTreeRegresso ()]) ... def test_sklearn_compatible_estimator...scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks.... -
LeavePGroupsOut — scikit-learn 1.5.2 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.LeavePGroupsOut.html -
LeaveOneOut — scikit-learn 1.5.2 documentation
Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
Release Highlights for scikit-learn 0.22 — scik...
X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
Linear Regression Example — scikit-learn 1.5.2 ...
scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
TimeSeriesSplit — scikit-learn 1.5.2 documentation
in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
Gradient Boosting Out-of-Bag estimates — scikit...
X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html -
ClassifierChain — scikit-learn 1.5.2 documentation
X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html -
ShuffleSplit — scikit-learn 1.5.2 documentation
print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html