scikit-learn/sklearn
Zijie (ZJ) Poh bb3f93c8b3 API NMF and non_negative_factorization have inconsistent default init (#12989) 2019-01-30 08:12:21 +08:00
..
__check_build [MRG] DOC Replacing "the scikit" with "scikit-learn" (#10126) 2017-11-14 11:06:50 +01:00
_build_utils CI move to the latest cython in ci (#12829) 2018-12-20 09:35:17 +01:00
cluster FIX parallelisation of kmeans clustering (#12955) 2019-01-17 10:42:17 +11:00
compose FIX Convert the negative indices to positive ones in ColumnTransformer._get_column_indices (#13017) 2019-01-22 22:22:40 +08:00
covariance DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
cross_decomposition MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
datasets FIX supports 64 bit group ID and indexes (#12736) 2019-01-09 09:52:10 +11:00
decomposition API NMF and non_negative_factorization have inconsistent default init (#12989) 2019-01-30 08:12:21 +08:00
ensemble docstring fix X in predict/predict_proba (#13004) 2019-01-17 14:45:22 -05:00
externals API Deprecate externals.six (#12916) 2019-01-27 19:16:42 +11:00
feature_extraction FIX an issue w/ large sparse matrix indices in CountVectorizer (#11295) 2019-01-30 11:06:05 +11:00
feature_selection MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
gaussian_process MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
linear_model MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
manifold DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
metrics DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
mixture MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
model_selection MNT Remove build_tools/windows/windows_testing_downloader.ps1 (#12974) 2019-01-15 09:28:51 +01:00
neighbors MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
neural_network TST Use random state to initialize MLPClassifier. (#12892) 2019-01-27 08:17:58 +08:00
preprocessing DOC More details about the attributes in MinMaxScaler (#13029) 2019-01-30 11:08:41 +11:00
semi_supervised DOC Label Spreading clumping factor must be in (0, 1) (#13015) 2019-01-19 21:43:59 +11:00
src/cblas fixed `cblas` typo in `define` (#11018) 2018-04-23 22:29:12 +02:00
svm DOC references for probabilistic SVC (#12859) 2019-01-13 21:24:09 +11:00
tests MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
tree MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
utils FIX float16 overflow on accumulator operations in StandardScaler (#13010) 2019-01-26 18:15:18 +01:00
__init__.py MNT bump to version 0.21.dev0 after branching 0.20.X (#11941) 2018-08-30 00:19:52 +10:00
_config.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
_isotonic.pyx FIX weights computation with ties in IsotonicRegression (#9484) 2017-09-13 15:23:01 +02:00
base.py DOC clarification to base.OutlierMixin.fit_predict method docstring (#12954) 2019-01-13 21:31:54 +11:00
calibration.py DOC mention handlng of empty bins in calibration_curve docstring (#12926) 2019-01-13 21:29:47 +11:00
discriminant_analysis.py MNT Used scipy.special.expit for the inverse of the logit function (#12931) 2019-01-08 18:35:19 +11:00
dummy.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
exceptions.py Compatibility with python 3.7.0b5 #11224 (#11256) 2018-06-14 09:27:33 +02:00
impute.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
isotonic.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
kernel_approximation.py [MRG] Add pprint for estimators - continued (#11705) 2018-12-19 23:48:21 -05:00
kernel_ridge.py DOC document "precomputed" kernel for KernelRidge (#11134) 2018-05-26 19:14:02 +10:00
multiclass.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
multioutput.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
naive_bayes.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
pipeline.py MRG Drop legacy python / remove six dependencies (#12639) 2019-01-03 15:50:05 +02:00
random_projection.py MAINT Simplify super() calls (#12812) 2019-01-10 22:27:06 +01:00
setup.py MAINT: correct cythonization of sklearn.metrics.cluster to avoid warning (#10851) 2018-03-22 11:09:36 +11:00