- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 707 for test (0.07 sec)
-
Fess Configuration Properties
"dest":{"index":"__DEST_INDEX__"},"script"...query.highlight.text.fragment.type The type of text fragment. query...fess.codelibs.org/14.17/config/properties.html -
GitHub - codelibs/fess-testdata: Test Data Repo...
pdf source_code source_code text text tools tools xml xml README.md...change notification settings Test Data Repository for Crawling/Parsing...github.com/codelibs/fess-testdata -
permutation_test_score — scikit-learn 1.5.2 doc...
permutation_test_score # sklearn.model_selection. permutation_test_score...implements Test 1 in: Ojala and Garriga. Permutation Tests for Studying...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
train_test_split — scikit-learn 1.5.2 documenta...
X_test , y_train , y_test = train_test_split ( ......train_test_split # sklearn.model_selection. train_test_split...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.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 -
StratifiedGroupKFold — scikit-learn 1.5.2 docum...
print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
DummyClassifier — scikit-learn 1.5.2 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.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 -
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 -
StratifiedKFold — scikit-learn 1.5.2 documentation
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html