- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 1,457 for test (0.21 sec)
-
What Even Is a Mental Image? | MetaFilter
that too and thought that the test in the article, trying to picture...took one of those aptitude tests in high school where I scored...www.metafilter.com/208169/What-Even-Is-a-Mental-Image -
MultinomialNB — scikit-learn 1.6.1 documentation
classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
TimeSeriesSplit — scikit-learn 1.6.1 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.6.1 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 -
plot_classifier_comparison.zip
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/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
StratifiedShuffleSplit — scikit-learn 1.6.1 doc...
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.StratifiedShuffleSplit.html -
fetch_species_distributions — scikit-learn 1.6....
scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.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 -
RFECV — scikit-learn 1.6.1 documentation
test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html