scikit-learn/sklearn
EL-ATEIF Sara 28fa8972d3
DOC rename Birch to BIRCH in docs (#19368)
2021-02-06 09:54:47 +00:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils Support cross compiling using crossenv (#18884) 2020-11-23 09:31:45 +01:00
_loss DOC Fix versionadded for 0.23 (#18522) 2020-10-05 10:23:32 +11:00
cluster DOC rename Birch to BIRCH in docs (#19368) 2021-02-06 09:54:47 +00:00
compose CLN Removes duplicated or unneeded code in ColumnTransformer (#19261) 2021-01-26 14:42:44 +01:00
covariance [DOC] Improved consistency of the docstring of an ignored y parameter (#19049) 2020-12-21 14:09:45 +01:00
cross_decomposition DOC Remove algorithm flag for PLS regression (#19204) 2021-02-01 22:29:40 +01:00
datasets FIX Add `with` context manager to open file from OpenML in test file (#19367) 2021-02-06 10:19:57 +01:00
decomposition FIX Ensure determinism of SVD init in dict_learning (#18433) 2021-02-03 14:12:40 +01:00
ensemble API Removes tol=None option from HistGradientBoosting* (#19296) 2021-01-29 15:07:25 +01:00
experimental MNT Uses enable_halving_search_cv instead (#18563) 2020-10-09 07:49:20 +11:00
externals MNT Use raise from in 19 modules (#17835) 2020-08-25 08:57:29 +02:00
feature_extraction CLN Fixes PendingDeprecationWarning in CountVectorizer (#19299) 2021-01-30 13:33:27 +01:00
feature_selection DOC fix ungrammatical sentence in doc of SelectFromModel (#19240) 2021-02-01 21:07:19 +01:00
gaussian_process ENH Adds n_features_in_ checking in gaussian_process (#18743) 2021-01-02 22:31:19 +01:00
impute FIX change stats.mode to Counter for better performance with object dtype (#18987) 2020-12-14 16:50:58 +01:00
inspection MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
linear_model DOC correct behavior of precompute with sparse input (#19348) 2021-02-04 14:56:15 +01:00
manifold MAINT Use check_finite=False in sklearn.manifold (#18886) 2021-02-04 00:03:53 +01:00
metrics DOC Balanced accuracy score adjusted doc fix (#19309) 2021-02-01 21:01:41 +01:00
mixture DOC fix typo in _bayesian_mixture.py (#18766) 2020-11-06 18:34:05 +00:00
model_selection DOC add info regarding support of dict of multimetric scores (#19205) 2021-01-19 17:53:22 -05:00
neighbors ENH Checks n_features_in in neighbors (#18744) 2021-01-27 10:13:59 +01:00
neural_network TST Add sample order invariance to estimator_checks (#18570) 2020-10-08 15:02:09 +02:00
preprocessing FEA Add SplineTransformer (#18368) 2021-01-24 10:53:27 +01:00
semi_supervised FIX nan bug in BaseLabelPropagation (#19271) 2021-02-01 21:53:36 +01:00
svm ENH Adds n_features_in_ checks to linear and svm modules (#18578) 2021-01-02 22:42:08 +01:00
tests ENH Checks n_features_in_ in discriminant_analysis (#19342) 2021-02-05 09:37:16 +01:00
tree ENH add fontname argument in export_graphviz for non-English characters (#18959) 2021-01-10 19:42:09 +01:00
utils Fix min_pos when all negative + speed up (#19328) 2021-02-03 22:52:18 +01:00
__init__.py MNT Switch master to 1.0.dev0 (#18958) 2020-12-15 10:24:00 +01:00
_config.py DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
_distributor_init.py MAINT Add _distributor_init.py (#15570) 2019-11-19 23:56:34 +01:00
_isotonic.pyx BUG Add tol to _make_unique to avoid inf values in IsotonicRegression (#18639) 2020-10-27 15:37:46 +01:00
_min_dependencies.py DOC add sphinx-prompt to ease select/copy/paste of prompt command #18512 (#18516) 2020-11-23 15:16:47 +01:00
base.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
calibration.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
conftest.py TST Download datasets before running pytest-xdist (#19118) 2021-01-13 17:02:53 +01:00
discriminant_analysis.py ENH Checks n_features_in_ in discriminant_analysis (#19342) 2021-02-05 09:37:16 +01:00
dummy.py DOC Update docs guideline regarding docstring formatting (#18243) 2021-01-08 12:55:53 -05:00
exceptions.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
isotonic.py DOC fix citations for de Leeuw in IsotonicRegression (#18952) 2020-12-16 10:07:42 +01:00
kernel_approximation.py ENH Adds n_features_in_ checking in kernel_* (#18740) 2020-11-20 13:45:39 -08:00
kernel_ridge.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
multiclass.py MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
multioutput.py DOC Improve n_jobs docs in sklearn/multioutput.py (#18634) 2020-10-30 14:35:59 -04:00
naive_bayes.py FIX discrete Naive Bayes model fitting for degenerate single-class case (#18925) 2021-01-24 12:30:10 +01:00
pipeline.py MNT Ignore unused variable in pipeline. (#19273) 2021-01-25 23:41:53 +01:00
random_projection.py DOC Add None as valid option to random_state in random_projection.py (#18238) 2020-08-25 10:31:41 +02:00
setup.py MNT removed deprecated files generation (#17132) 2020-05-25 17:34:17 +02:00