- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 19 for tests (0.07 sec)
-
feature_selection.rst.txt
based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
cross_validation.rst.txt
available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
contributing.rst.txt
sklearn/linear_model/tests/test_logistic.py` to run the tests specific to...center .. _testing_coverage: Testing and improving test coverage...scikit-learn.org/dev/_sources/developers/contributing.rst.txt -
linear_model.rst.txt
* Medical Drug Testing: probability of curing a patient...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
glossary.rst.txt
common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...scikit-learn.org/stable/_sources/glossary.rst.txt -
roadmap.rst.txt
Improve scikit-learn common tests suite to make sure that (at...scikit-learn.org/stable/_sources/roadmap.rst.txt -
install.rst.txt
running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...scikit-learn.org/stable/_sources/install.rst.txt -
related_projects.rst.txt
facilitates best practices for testing and documenting estimators....More focused on statistical tests and less on prediction than...scikit-learn.org/stable/_sources/related_projects.rst.txt -
feature_extraction.rst.txt
testing.assert_array_equal(one_image,...scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt -
getting_started.rst.txt
X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...scikit-learn.org/stable/_sources/getting_started.rst.txt