scikit-learn/sklearn
Thomas J. Fan 2b655efaf2
FIX Adds remainder in column transformer repr_html (#18167)
2020-08-19 18:40:34 +10:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils MNT Support for case insensitive filesystems (#18151) 2020-08-14 10:19:18 +02:00
_loss ENH Minimal Generalized linear models implementation (L2 + lbfgs) (#14300) 2020-03-04 14:08:24 +01:00
cluster ENH Add verbose option to SpectralClustering (#18052) 2020-08-07 17:05:33 -04:00
compose FIX Adds remainder in column transformer repr_html (#18167) 2020-08-19 18:40:34 +10:00
covariance DEP deprecate grid_score_ and cv_alphas_ in GraphicalLassoCV (#16392) 2020-07-09 11:14:02 +02:00
cross_decomposition DOC document all attributes in PLSRegression (#17664) 2020-06-23 14:35:02 +02:00
datasets API Change default value of as_frame in fetch_openml to 'auto' (#17610) 2020-08-15 21:06:41 +10:00
decomposition DOC fix formatting docstrings in pca module (#18182) 2020-08-18 14:28:10 +02:00
ensemble DEP Deprecate n_classes_ in GradientBoostingRegressor (#17702) 2020-08-13 19:25:55 +02:00
experimental DOC shorten estimators links for sklearn/feature_selection/* and sklearn/experimental/* modules (#17466) 2020-06-06 12:42:59 -04:00
externals MNT Remove redundant typing import (#18004) 2020-07-27 15:08:01 +02:00
feature_extraction FEA Add iterable values support for dictvectorizer (#17367) 2020-08-01 22:10:36 +10:00
feature_selection DOC Mention the conditions for a ValueError in VarianceThreshold (#17380) 2020-08-07 14:14:23 +02:00
gaussian_process DOC clarify the kernel gradient for GaussianProcesses (#18115) 2020-08-16 09:54:18 +10:00
impute CLN Uses bool instead of np.bool (#17875) 2020-07-09 13:03:45 -07:00
inspection ENH Permutation importance support sample weight (#16906) 2020-08-14 16:58:22 +02:00
linear_model DOC mention LOOCV instead of GCV in RidgeCV (#18154) 2020-08-18 11:32:21 +02:00
manifold DOC Update TSNE docstring (#18120) 2020-08-10 10:35:57 +02:00
metrics DOC improve model evaluation a bit (#18166) 2020-08-17 07:55:57 -04:00
mixture Fix typo in docstring for GaussianMixture. (#17998) 2020-07-26 15:27:09 +02:00
model_selection DOC Add user guide for permutation_test_score (#18055) 2020-08-13 19:34:55 -04:00
neighbors [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
neural_network DOC Fix doc of default values in sklearn.neural_network._multilayer_perceptron.py (#18133) 2020-08-09 19:34:27 -04:00
preprocessing DOC minor typo fix (#18119) 2020-08-07 10:01:00 -04:00
semi_supervised API kwonly for neighbors module (#17004) 2020-04-24 14:22:09 -04:00
svm [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
tests FEA Add PolynomialCountSketch to Kernel Approximation module (#13003) 2020-08-18 08:44:20 +02:00
tree FIX Fix a cross-platform endian issue in trees (#17644) 2020-08-12 16:43:09 +02:00
utils FIX use specific threshold to discard eigenvalues with 32 bits fp(#18149) 2020-08-13 13:57:04 +02:00
__init__.py MNT Fixed import statements (#17901) 2020-07-11 23:30:32 +02:00
_config.py DOC Minor fixes (#17325) 2020-05-28 10:52:54 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx MNT consistently call import_array() after cimport of numpy (#17054) 2020-04-28 12:19:52 +02:00
base.py DOC Specify the meaning of y=None in fit_transform (#17366) 2020-05-27 14:35:00 -07:00
calibration.py [MRG] Prototype 4 for strict check_estimator mode (#17361) 2020-08-06 12:02:15 +02:00
conftest.py MNT Removed arguments from matplotlib.use() (#17774) 2020-07-06 22:15:10 +10:00
discriminant_analysis.py FIX Change MRO for some estimators (#17837) 2020-07-05 13:52:42 +02:00
dummy.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
exceptions.py MNT deprecate ChangedBehaviorWarning and NonBLASDotWarning (#17804) 2020-07-05 22:32:08 +02:00
isotonic.py ENH Allow isotonic reg 2d input with 1 feature (GH15012) (#17379) 2020-07-06 22:33:12 +10:00
kernel_approximation.py FEA Add PolynomialCountSketch to Kernel Approximation module (#13003) 2020-08-18 08:44:20 +02:00
kernel_ridge.py [MRG] update the documents (default value) in the function sklearn.kernel_ridge.KernelRidge (#17904) 2020-07-11 23:34:32 +02:00
multiclass.py DOC Fix documentation of default values in multiclass.py (#17986) 2020-07-25 16:17:19 +02:00
multioutput.py FIX Fixes ClassifierChain issue when a tuple is passed to order (#18124) 2020-08-17 14:30:15 -04:00
naive_bayes.py MNT Deprecate coef_ and intercept_ in naive bayes estimators (#17427) 2020-07-05 21:03:30 +10:00
pipeline.py MNT Factor out concatenation of Xs after feature union transformations (#17868) 2020-07-09 13:52:47 +10:00
random_projection.py MNT Replaces numpy alias with builtin typse (#17687) 2020-06-24 16:51:51 +02:00
setup.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00