scikit-learn/sklearn
Thomas J Fan 5a0043a87f TST Fix Determinism in test_fit_csr_matrix (#15158) 2019-10-21 00:10:12 +02:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils MAINT Make files private in sklearn.covariance (#15284) 2019-10-21 00:04:53 +02:00
cluster MNT Fixes pytest by using deprecated_modules (#15291) 2019-10-18 18:09:46 +02:00
compose DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
covariance MAINT Make files private in sklearn.covariance (#15284) 2019-10-21 00:04:53 +02:00
cross_decomposition MNT Make files private in cross_decomposition (#15285) 2019-10-20 13:45:25 +02:00
datasets ENH Adds target names to fetch_openml (#15160) 2019-10-16 13:57:02 +02:00
decomposition TST improve coverage of fastica function (#15102) 2019-09-27 17:31:20 +02:00
ensemble DOC Add example to sklearn.ensemble.ExtraTreesClassifier docstring (#15234) 2019-10-18 12:15:00 +02:00
experimental [MRG] doc about creating an experimental module (#13865) 2019-05-15 17:41:17 +02:00
externals EHN update lobpcg from scipy master (#14971) 2019-09-16 13:39:53 +02:00
feature_extraction TST/CI Fixes import for hashing test for PyPy (#15170) 2019-10-13 14:43:40 +02:00
feature_selection DOC Add SelectFromModel example (#15194) 2019-10-13 14:33:19 +02:00
gaussian_process DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
impute API Improves error msg when passing non-arrays to SimpleImputer (#14878) 2019-10-18 11:28:53 -04:00
inspection MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
linear_model MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
manifold TST Fix Determinism in test_fit_csr_matrix (#15158) 2019-10-21 00:10:12 +02:00
metrics DOC Adds user guide link to get_scorer (#15273) 2019-10-17 12:53:24 -04:00
mixture MNT make the modules in sklearn.mixture private (#15166) 2019-10-16 19:16:26 +02:00
model_selection DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
neighbors DOC Add note in BinaryTree about callables in metric (#14926) 2019-10-15 18:39:16 +02:00
neural_network MNT Fixes pytest by using deprecated_modules (#15291) 2019-10-18 18:09:46 +02:00
preprocessing DOC Adds example for preprocessing.FunctionTransformer (#15192) 2019-10-15 16:21:48 -04:00
semi_supervised DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
svm MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
tests MNT Simplify module deprecation procedures with automatic tests (#15294) 2019-10-18 14:04:00 -04:00
tree MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
utils MNT remove utils._unittest_backport which was needed for Python<3.5 (#15252) 2019-10-20 14:00:29 +02:00
__init__.py MAINT Add CI config to test scikit-learn with latest numpy / scipy / mkl from conda defaults channel (#15020) 2019-09-19 22:52:12 +02:00
_config.py DOC Document print_changed_only in sklearn.config_context (#14428) 2019-07-20 17:32:30 -04:00
_isotonic.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
base.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
calibration.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
conftest.py [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02:00
discriminant_analysis.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
dummy.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
exceptions.py DOC Added example to ConvergenceWarning (#15216) 2019-10-14 18:23:29 +02:00
isotonic.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
kernel_approximation.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
kernel_ridge.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
multiclass.py DOC Adds example to OneVsRestClassifier (#15201) 2019-10-13 14:31:09 +02:00
multioutput.py DOC Added example for sklearn.multioutput.MultiOutputClassif… (#15191) 2019-10-16 14:46:19 -04:00
naive_bayes.py DOC docstring (shape= -> of shape) (#14640) 2019-10-02 20:54:32 -04:00
pipeline.py DEP Deprecate None in FeatureUnion (#15053) 2019-10-06 11:08:27 +02:00
random_projection.py Fix mixin inheritance order, allow overwriting tags (#14884) 2019-09-05 10:13:30 +02:00
setup.py API Auto generates deprecation for sklearn.utils.mocking (#15071) 2019-10-03 00:09:28 +10:00