Branch: refs/heads/0.21.X Home: https://github.com/scikit-learn/scikit-learn Commit: 61a389a9b12e827b402cf9e1a853767c567ea146 https://github.com/scikit-learn/scikit-learn/commit/61a389a9b12e827b402cf9e1... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/model_selection/_split.py Log Message: ----------- TST avoid nose collecting train_test_split as a test (#13951) Commit: 4c6217612a5e0460e6cc9ec2aa6f351da741e562 https://github.com/scikit-learn/scikit-learn/commit/4c6217612a5e0460e6cc9ec2... Author: Frank Hoang <fhoang7@berkeley.edu> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/tree/export.py M sklearn/tree/tests/test_export.py Log Message: ----------- FIX plot_tree now displays correct criterion (#13947) Commit: a79352604923d2a76feb8d80b0f9affceebdfc56 https://github.com/scikit-learn/scikit-learn/commit/a79352604923d2a76feb8d80... Author: Oleksandr Pavlyk <oleksandr-pavlyk@users.noreply.github.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/model_selection/tests/test_search.py Log Message: ----------- MAINT: use explicit value of n_jobs to avoid hangs on Windows (#13970) Commit: e79126df772ded561ace098fd95b4b1a0e7aee0b https://github.com/scikit-learn/scikit-learn/commit/e79126df772ded561ace098f... Author: Oleksandr Pavlyk <oleksandr-pavlyk@users.noreply.github.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/preprocessing/tests/test_encoders.py Log Message: ----------- MAINT: test_encoder_dtypes_pandas reads expected dtype from DF (#13997) Commit: 5f9bee6798cc62527fcf58bdb05011957f71beca https://github.com/scikit-learn/scikit-learn/commit/5f9bee6798cc62527fcf58bd... Author: Adrin Jalali <adrin.jalali@gmail.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/whats_new/v0.20.rst M doc/whats_new/v0.21.rst Log Message: ----------- MNT DOC fix some sphinx warnings on what's new files (#14049) Commit: 7e874b482fbef48f411f1d37ebab2400ed4b19da https://github.com/scikit-learn/scikit-learn/commit/7e874b482fbef48f411f1d37... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/impute/_base.py M sklearn/utils/estimator_checks.py Log Message: ----------- FIX wrong usage and occurrence of string tag (#14043) Commit: e07b39528c1a0194c9de1ddc200ada964860c841 https://github.com/scikit-learn/scikit-learn/commit/e07b39528c1a0194c9de1ddc... Author: Nicolas Hug <contact@nicolas-hug.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/ensemble/_hist_gradient_boosting/grower.py M sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py M sklearn/utils/estimator_checks.py Log Message: ----------- BUG Fix zero division error in GBDTs (#14024) Commit: f4a0aed24bee0b56dc8c17fc06d3af71af44696f https://github.com/scikit-learn/scikit-learn/commit/f4a0aed24bee0b56dc8c17fc... Author: Nicolas Hug <contact@nicolas-hug.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/linear_model/logistic.py M sklearn/linear_model/tests/test_logistic.py Log Message: ----------- [MRG] fix refit=False error in LogisticRegressionCV (#14087) Commit: 1f4f01188c633cb5004e367edeb706842dafbb72 https://github.com/scikit-learn/scikit-learn/commit/1f4f01188c633cb5004e367e... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/themes/scikit-learn/static/nature.css_t Log Message: ----------- DOC Make parameter, etc listings use small screen width better (#9503) Commit: 7c8bf2c337f83bf6719327f7b4ecbd26aa02462c https://github.com/scikit-learn/scikit-learn/commit/7c8bf2c337f83bf6719327f7... Author: Thomas J Fan <thomasjpfan@gmail.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/tree/export.py M sklearn/tree/tests/test_export.py Log Message: ----------- BUG Fixes export_text with single feature (#14053) Commit: e673f37d8e030f50c63c6377f31c4d13938b0943 https://github.com/scikit-learn/scikit-learn/commit/e673f37d8e030f50c63c6377... Author: jeremiedbb <34657725+jeremiedbb@users.noreply.github.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M sklearn/neighbors/nca.py M sklearn/neighbors/tests/test_nca.py Log Message: ----------- [MRG] Fix NCA parameter type check (#14092) Commit: b5835f696dcbc4903a92beec74ccfc54483a228a https://github.com/scikit-learn/scikit-learn/commit/b5835f696dcbc4903a92beec... Author: jeremiedbb <34657725+jeremiedbb@users.noreply.github.com> Date: 2019-06-24 (Mon, 24 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst Log Message: ----------- DOC add missing what's new to pr 14092 (#14133) Commit: d10d1c2e554162d6349c97c4a385b198120dbc69 https://github.com/scikit-learn/scikit-learn/commit/d10d1c2e554162d6349c97c4... Author: Frank Hoang <fhoang7@berkeley.edu> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/impute/_base.py M sklearn/impute/_iterative.py M sklearn/impute/tests/test_impute.py Log Message: ----------- FIX Initialize MissingIndicator with error_on_new = False (#13974) Commit: 9f0e674c667ec2288f885014f3ab889fd50fae98 https://github.com/scikit-learn/scikit-learn/commit/9f0e674c667ec2288f885014... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M sklearn/__init__.py Log Message: ----------- MNT bump version to 0.21.3 Commit: 9b82c9fa42e409fe123c715978a2e47fc66381b8 https://github.com/scikit-learn/scikit-learn/commit/9b82c9fa42e409fe123c7159... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M sklearn/ensemble/_hist_gradient_boosting/grower.py Log Message: ----------- FIX hist gradient boosting change relied on refactoring Commit: 425f6be5cfd407ed57a022bea063f8dc36025877 https://github.com/scikit-learn/scikit-learn/commit/425f6be5cfd407ed57a022be... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py Log Message: ----------- TST remove test for functionality not included here Commit: dee27452d2f8aa4294ca6c83970c9d0310f5d7c4 https://github.com/scikit-learn/scikit-learn/commit/dee27452d2f8aa4294ca6c83... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M doc/whats_new/v0.21.rst Log Message: ----------- DOC move what's new for #13497 Commit: 00083772b89bf1572fc88835dd8c64a1c8f6817c https://github.com/scikit-learn/scikit-learn/commit/00083772b89bf1572fc88835... Author: Roman Yurchak <rth.yurchak@pm.me> Date: 2019-06-26 (Wed, 26 Jun 2019) Changed paths: M sklearn/cluster/tests/test_mean_shift.py Log Message: ----------- FIX add abolute tolerance in test_estimate_bandwidth_1sample (#14187) Commit: 55bb9ec23abdd512fb7fb0da846b8596f96c8885 https://github.com/scikit-learn/scikit-learn/commit/55bb9ec23abdd512fb7fb0da... Author: Thomas J Fan <thomasjpfan@gmail.com> Date: 2019-07-01 (Mon, 01 Jul 2019) Changed paths: M sklearn/linear_model/tests/test_ridge.py Log Message: ----------- [MRG] TST Increases tolerance to match float32 resolution (#14184) Commit: d56d93c8fc6e9da5517b977a8401adda1ea4a809 https://github.com/scikit-learn/scikit-learn/commit/d56d93c8fc6e9da5517b977a... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M sklearn/feature_selection/rfe.py M sklearn/model_selection/_search.py M sklearn/model_selection/_validation.py Log Message: ----------- DOC Make explicit that groups required *Group* splitter (#14235) Commit: fc9969fe10b8c66749d58fed07e408a948748dd3 https://github.com/scikit-learn/scikit-learn/commit/fc9969fe10b8c66749d58fed... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M sklearn/cluster/k_means_.py Log Message: ----------- FIX IndexError due to imprecision in KMeans++ (#11756) Commit: 401c82d611a24427f3b6db6f104349aef484cd65 https://github.com/scikit-learn/scikit-learn/commit/401c82d611a24427f3b6db6f... Author: Andreas Schuderer <schuderer@gmx.de> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/compose/_column_transformer.py M sklearn/compose/tests/test_column_transformer.py Log Message: ----------- FIX ColumnTransformer: raise error on reordered columns with remainder (#14237) * FIX Raise error on reordered columns in ColumnTransformer with remainder * FIX Check for different length of X.columns to avoid exception * FIX linter, line too long * FIX import _check_key_type from its new location utils * ENH Adjust doc, allow added columns * Fix comment typo as suggested, remove non-essential exposition in doc * Add PR 14237 to what's new * Avoid AttributeError in favor of ValueError "column names only for DF" * ENH Add check for n_features_ for array-likes and DataFrames * Rename self.n_features to self._n_features * Replaced backslash line continuation with parenthesis * Style changes Commit: 4a837888bdfb4c94129e0e2132becf5733db2dee https://github.com/scikit-learn/scikit-learn/commit/4a837888bdfb4c94129e0e21... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M sklearn/utils/tests/test_show_versions.py Log Message: ----------- ignore warnings in show_versions tests Commit: 87a73f373e6ff55d8a4655489ed047e53ec8d132 https://github.com/scikit-learn/scikit-learn/commit/87a73f373e6ff55d8a465548... Author: Thomas J Fan <thomasjpfan@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M sklearn/cluster/tests/test_optics.py Log Message: ----------- FIX Adjusts xi in test_extract_xi (#14201) Commit: b1ea20a2bb39c5d5ce76fdc045b703e66d9ecee8 https://github.com/scikit-learn/scikit-learn/commit/b1ea20a2bb39c5d5ce76fdc0... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M sklearn/impute/_iterative.py M sklearn/impute/tests/test_impute.py Log Message: ----------- FIX Silent warning in IterativeImputer when constant feature in data (#14234) Commit: 8a1aad5b174e2b99d92b54a6534927dde911a659 https://github.com/scikit-learn/scikit-learn/commit/8a1aad5b174e2b99d92b54a6... Author: Adrin Jalali <adrin.jalali@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/datasets/base.py M sklearn/datasets/california_housing.py M sklearn/datasets/covtype.py M sklearn/datasets/kddcup99.py M sklearn/datasets/olivetti_faces.py M sklearn/datasets/rcv1.py M sklearn/datasets/species_distributions.py M sklearn/datasets/tests/test_base.py Log Message: ----------- FIX introduce a refresh_cache param to `fetch_...` functions (#14197) Commit: ca6d212cd20c352eabc02af4a123acc65cc59dd2 https://github.com/scikit-learn/scikit-learn/commit/ca6d212cd20c352eabc02af4... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/inspection/partial_dependence.py M sklearn/inspection/tests/test_partial_dependence.py Log Message: ----------- [MRG] FIX only check classifier for multiclass-multioutput re… (#14309) * FIX only check classifier for multiclass-multioutput rejection in PDP * DOC whats new pr number Commit: 0b3ea8a546055176a3e000adc74b61eb08401ae0 https://github.com/scikit-learn/scikit-learn/commit/0b3ea8a546055176a3e000ad... Author: jeremiedbb <34657725+jeremiedbb@users.noreply.github.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M README.rst M doc/developers/advanced_installation.rst M sklearn/_build_utils/__init__.py M sklearn/setup.py M sklearn/utils/_show_versions.py M sklearn/utils/tests/test_show_versions.py Log Message: ----------- MAINT Remove BLAS infos from show_versions and build log (#14205) Commit: fb45c50f6e054f11da1e48d4e7ec7eadc8c03e9c https://github.com/scikit-learn/scikit-learn/commit/fb45c50f6e054f11da1e48d4... Author: Hanmin Qin <qinhanmin2005@sina.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/metrics/scorer.py Log Message: ----------- DOC make_scorer now requires score function to accpet 1d y_pred when needs_proba is True (#14318) Commit: 2f662b4bbf129a5f81645b92373232edd4606ee7 https://github.com/scikit-learn/scikit-learn/commit/2f662b4bbf129a5f81645b92... Author: Guillem García Subies <37592763+GuillemGSubies@users.noreply.github.com> Date: 2019-07-24 (Wed, 24 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/inspection/partial_dependence.py M sklearn/inspection/tests/test_partial_dependence.py Log Message: ----------- FIX plot_partial_dependence not taking target into account when multiclass (#14393) Commit: cf9c06a9478ac4721aed26fb42bcb40c5fdb07e1 https://github.com/scikit-learn/scikit-learn/commit/cf9c06a9478ac4721aed26fb... Author: Thomas J Fan <thomasjpfan@gmail.com> Date: 2019-07-25 (Thu, 25 Jul 2019) Changed paths: M sklearn/linear_model/tests/test_ridge.py Log Message: ----------- TST Adds atol to test_dtype_match (#14385) Commit: b37f85c4014e689f287e28018a5a27b912835a7c https://github.com/scikit-learn/scikit-learn/commit/b37f85c4014e689f287e2801... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/inspection/tests/test_partial_dependence.py Log Message: ----------- Ignore 'n_estimators will change from 10' warning Commit: 65ddab42fc37c4b66e897dca65ec7146ac1ccfaf https://github.com/scikit-learn/scikit-learn/commit/65ddab42fc37c4b66e897dca... Author: Thomas J Fan <thomasjpfan@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/utils/testing.py Log Message: ----------- TST Adds cwd to PYTHONPATH in assert_run_python_script (#14427) Commit: 6892c339b45ee9a42538f8e44939c7d0bcb1496b https://github.com/scikit-learn/scikit-learn/commit/6892c339b45ee9a42538f8e4... Author: Roman Yurchak <rth.yurchak@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/linear_model/tests/test_omp.py Log Message: ----------- Fix test_omp_cv test on AVX512 (#14460) Commit: dc4444dd22ac7f2e2086633f602fd0dac5daf725 https://github.com/scikit-learn/scikit-learn/commit/dc4444dd22ac7f2e2086633f... Author: Vincent Jeanselme <vincent.jeanselme@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/model_selection/_validation.py Log Message: ----------- DOC improve cross_val_predict docs (#14212) Commit: a6bdb2b62c0a30a2bbc2e72f15534793d17a0025 https://github.com/scikit-learn/scikit-learn/commit/a6bdb2b62c0a30a2bbc2e72f... Author: Hanmin Qin <qinhanmin2005@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M doc/developers/maintainer.rst Log Message: ----------- DOC List experimental features which are not included in sklearn.experimental (#14431) Commit: dd2fa685d0b6c2078dd2c748f6646f4f0608264c https://github.com/scikit-learn/scikit-learn/commit/dd2fa685d0b6c2078dd2c748... Author: Tim Staley <timstaley@users.noreply.github.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst A sklearn/externals/_scipy_linalg.py M sklearn/linear_model/bayes.py M sklearn/linear_model/tests/test_bayes.py M sklearn/utils/fixes.py Log Message: ----------- Fix ARDRegression accuracy issue with scipy 1.3.0 (#14067) Commit: 686c7319644f6d8c75413e8a00ae6a1018eae364 https://github.com/scikit-learn/scikit-learn/commit/686c7319644f6d8c75413e8a... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/linear_model/tests/test_ridge.py Log Message: ----------- STY Remove unused import Commit: cf1bd2f5a52857290a169e287464c192dc97099f https://github.com/scikit-learn/scikit-learn/commit/cf1bd2f5a52857290a169e28... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-28 (Sun, 28 Jul 2019) Changed paths: M sklearn/inspection/tests/test_partial_dependence.py Log Message: ----------- Correct ignore_warnings usage Commit: f7576eaf4f7b33980a5ccd0b56bc66e2fc1b14dc https://github.com/scikit-learn/scikit-learn/commit/f7576eaf4f7b33980a5ccd0b... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/inspection/tests/test_partial_dependence.py Log Message: ----------- Ignore the right warning category Commit: 0ef3d40995bf71ae1bb73a70f2cd788f1a494ff4 https://github.com/scikit-learn/scikit-learn/commit/0ef3d40995bf71ae1bb73a70... Author: Hanmin Qin <qinhanmin2005@sina.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst M sklearn/cluster/optics_.py M sklearn/cluster/tests/test_optics.py Log Message: ----------- FIX Support float min_samples and min_cluster_size in OPTICS (#14496) Commit: fd107ca35667ab52d8404019b6bce8747738ee57 https://github.com/scikit-learn/scikit-learn/commit/fd107ca35667ab52d8404019... Author: Johann Faouzi <joh.fao@orange.fr> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/modules/linear_model.rst Log Message: ----------- DOC Fix bracket typo in linear_model.rst (#13932) Commit: 4888bb664838e8a13f09db158a6e5713170dbb16 https://github.com/scikit-learn/scikit-learn/commit/4888bb664838e8a13f09db15... Author: miguelbarao <miguel.barao@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/developers/advanced_installation.rst Log Message: ----------- DOC adds instructions for building on FreeBSD (#13953) Commit: 869d7c4501c28490c969d134d0e4642f4a8edbb6 https://github.com/scikit-learn/scikit-learn/commit/869d7c4501c28490c969d134... Author: Nicolas Hug <contact@nicolas-hug.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/developers/contributing.rst Log Message: ----------- DOC correct headline level in contributor docs (#13959) Commit: 5ed391bd9b3136c22b1ea68b1c6faf406f7c1507 https://github.com/scikit-learn/scikit-learn/commit/5ed391bd9b3136c22b1ea68b... Author: veerlosar <45338519+veerlosar@users.noreply.github.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/svm/classes.py Log Message: ----------- DOC add doc example to OneClassSVM Commit: 48c97bf3670d71a6d3e600f9a0994aa5750ed9b8 https://github.com/scikit-learn/scikit-learn/commit/48c97bf3670d71a6d3e600f9... Author: Abhinav Sagar <40603139+abhinavsagar@users.noreply.github.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/ensemble/partial_dependence.py Log Message: ----------- DOC Fixed documentation typos (#13993) Commit: d9d3a4a437da233ef9197262de3d13f2e5e6787d https://github.com/scikit-learn/scikit-learn/commit/d9d3a4a437da233ef9197262... Author: Brian G. Barkley <BarkleyBG@outlook.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/modules/model_evaluation.rst Log Message: ----------- DOC Fix typo: omit comma (#13999) Commit: 07bb47cbf2f1232431a790a22dca221ed4ec5518 https://github.com/scikit-learn/scikit-learn/commit/07bb47cbf2f1232431a790a2... Author: Roman Yurchak <rth.yurchak@pm.me> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/_config.py Log Message: ----------- DOC link set_config and config_context in docstrings (#14030) Commit: 7eab8ec528060a02a6b70e5a196657ab2f2fb23f https://github.com/scikit-learn/scikit-learn/commit/7eab8ec528060a02a6b70e5a... Author: Adrin Jalali <adrin.jalali@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/sphinxext/custom_references_resolver.py Log Message: ----------- MNT DOC don't warn if a ref with single backtick is not found (#14040) Commit: 2e20ed88ee32851661b66e65ed095db6e7c35ba0 https://github.com/scikit-learn/scikit-learn/commit/2e20ed88ee32851661b66e65... Author: Aaron Alphonsus <aaron.alphonsus@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/linear_model/stochastic_gradient.py Log Message: ----------- DOC Fixes default value for eta0 in SGDRegressor (#14047) Commit: 3a6c60c80da936846e34393895a27494394d01ec https://github.com/scikit-learn/scikit-learn/commit/3a6c60c80da936846e343938... Author: loopyme <peter@mail.loopy.tech> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/linear_model/plot_omp.py Log Message: ----------- EXA Remove useless sections in omp example (#14019) Commit: d26b08bcb3ac96b5dec6bd6b212b2270d187928a https://github.com/scikit-learn/scikit-learn/commit/d26b08bcb3ac96b5dec6bd6b... Author: Johann Faouzi <joh.fao@orange.fr> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/modules/manifold.rst Log Message: ----------- DOC Fix typo in manifold documentation (#14073) Commit: 74abf117e102832cd14f537a6668df4f3c231a0b https://github.com/scikit-learn/scikit-learn/commit/74abf117e102832cd14f537a... Author: Johann Faouzi <joh.fao@orange.fr> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py Log Message: ----------- DOC fix the default value of learning_rate in docstring of HistGBC. (#14072) Commit: 41cd1c7e81037b71b52c925dd52e2aac88055cb4 https://github.com/scikit-learn/scikit-learn/commit/41cd1c7e81037b71b52c925d... Author: Guillaume Lemaitre <g.lemaitre58@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/developers/performance.rst Log Message: ----------- DOC add kcachegrind visualization docs (#8016) Commit: 51f4047d5e7800843d093203829bc0dfbe38e81a https://github.com/scikit-learn/scikit-learn/commit/51f4047d5e7800843d093203... Author: arnaudstiegler <arnaud.stiegler@hotmail.fr> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/glossary.rst Log Message: ----------- DOC updated class_weight explanation in glossary (#14121) * updated class_weight explanation * glossary_class_weight Commit: 7323081a69a8a0fc3c8c03c83adb056b1553fc7f https://github.com/scikit-learn/scikit-learn/commit/7323081a69a8a0fc3c8c03c8... Author: abenbihi <16404177+abenbihi@users.noreply.github.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/modules/ensemble.rst Log Message: ----------- DOC add clarification on random forest default params (#13248) Commit: 3d7123e45074ac4707d6b98fcdd61a1c2b6f9d44 https://github.com/scikit-learn/scikit-learn/commit/3d7123e45074ac4707d6b98f... Author: Nicolas Hug <contact@nicolas-hug.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M CONTRIBUTING.md M README.rst M doc/about.rst M doc/developers/advanced_installation.rst M doc/developers/contributing.rst M doc/documentation.rst M doc/themes/scikit-learn/layout.html Log Message: ----------- DOC Contributing guide update (#13961) Commit: 28c0fc2ff6099df6b355d1429d449c30d7f729e0 https://github.com/scikit-learn/scikit-learn/commit/28c0fc2ff6099df6b355d142... Author: Adrin Jalali <adrin.jalali@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/developers/contributing.rst Log Message: ----------- DOC fixing the missing fetch upstream in contributing docs (#14142) Commit: e6340b5a29fdc3ee1314c4a50ae1f6fbd662edae https://github.com/scikit-learn/scikit-learn/commit/e6340b5a29fdc3ee1314c4a5... Author: Johann Faouzi <joh.fao@orange.fr> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/classification/plot_lda_qda.py Log Message: ----------- DOC Fix suptitle in LDA_QDA example (#14130) Commit: a3344f9bb27bd932fa497defe531c8adc6627e7d https://github.com/scikit-learn/scikit-learn/commit/a3344f9bb27bd932fa497def... Author: Abraham K. Lagat <abraham.lagat.k@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/plot_isotonic_regression.py Log Message: ----------- EXA Readability of plot_isotonic_regression.py for color blind persons (#14154) Commit: fded6444db207117a8bfa797a77aa5759837edaf https://github.com/scikit-learn/scikit-learn/commit/fded6444db207117a8bfa797... Author: Nicolas Hug <contact@nicolas-hug.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/modules/linear_model.rst Log Message: ----------- DOC make more obvious that logistic regression is regularized by default (#14093) Commit: a95c1b2b934af6de5d47610bdba8f339c8c17b7d https://github.com/scikit-learn/scikit-learn/commit/a95c1b2b934af6de5d47610b... Author: Martin Oywa <33571053+martinoywa@users.noreply.github.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/neural_networks/plot_mlp_alpha.py Log Message: ----------- EXA Fixed Convergence Warnings by changing solver to 'lbfgs' in plot_mlp_alpha.py (#14158) Commit: e0cd849afb4b0c81127062f5625ec0c83b24b020 https://github.com/scikit-learn/scikit-learn/commit/e0cd849afb4b0c81127062f5... Author: Cathy <catherinegitau94@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/compose/plot_transformed_target.py Log Message: ----------- EXA remove warnings by setting n_quantiles in plot_transformed_target (#14156) Commit: d8b7d46aef5bb77f0bd4f810a754da3715841e9c https://github.com/scikit-learn/scikit-learn/commit/d8b7d46aef5bb77f0bd4f810... Author: Kennedy Kang'ethe <mungakennedyk@yahoo.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/preprocessing/plot_map_data_to_normal.py Log Message: ----------- EXA Use n_quantiles=500 in plot_map_data_to_normal.py (#14149) in order to fix warnings Commit: 23d93f06ebcd0db62aff6458f4072bfc31f13459 https://github.com/scikit-learn/scikit-learn/commit/23d93f06ebcd0db62aff6458... Author: Martin Oywa <33571053+martinoywa@users.noreply.github.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M examples/neural_networks/plot_mlp_training_curves.py Log Message: ----------- EXA Fixed Convergence Warnings On MLP Training Curves (#14144) * fix convergence warnings * fix convergence warnings * PEP8 * PEP8 * Fix Convergence Warning by changing the Optimization Algorithm * PEP8 * Fixed Future Warnings by explicitly defining n_estimators. * PEP8 * deleted all * Fixed Convergence Warnings * removed changes on unrelated examples * add comment and with statement * PEP8 * context manager fix * fixed indentation * PEP8 * flake8 Commit: 926eda84aa81173275b4b745d74ceeedac55d6e6 https://github.com/scikit-learn/scikit-learn/commit/926eda84aa81173275b4b745... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst Log Message: ----------- DOC Clean up what's new by checking out master version Commit: aba85e85ce2cea17efff2cfbb8484d1f34f5adfd https://github.com/scikit-learn/scikit-learn/commit/aba85e85ce2cea17efff2cfb... Author: Roman Yurchak <rth.yurchak@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/whats_new/v0.21.rst Log Message: ----------- DOC A few what's new fixes for 0.21.3 (#14500) Commit: b4faa4605182e3baae8dc011f3568afe9d5b4f67 https://github.com/scikit-learn/scikit-learn/commit/b4faa4605182e3baae8dc011... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/whats_new/v0.20.rst Log Message: ----------- DOC adopt what's new for 0.20.4 release Commit: fbba9ffd575536da0067ce12406fae11dda4ab4d https://github.com/scikit-learn/scikit-learn/commit/fbba9ffd575536da0067ce12... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/index.rst M doc/whats_new/v0.21.rst Log Message: ----------- DOC update news for patch releases; set date for 0.21.3 release Commit: 08eaecca07ed45a78fbf358acc2e4dec90652dbd https://github.com/scikit-learn/scikit-learn/commit/08eaecca07ed45a78fbf358a... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M doc/index.rst Log Message: ----------- DOC Correct changelog links Commit: 1495f69242646d239d89a5713982946b8ffcf9d9 https://github.com/scikit-learn/scikit-learn/commit/1495f69242646d239d89a571... Author: Joel Nothman <joel.nothman@gmail.com> Date: 2019-07-29 (Mon, 29 Jul 2019) Changed paths: M CONTRIBUTING.md M README.rst M doc/about.rst M doc/developers/advanced_installation.rst M doc/developers/contributing.rst M doc/developers/maintainer.rst M doc/developers/performance.rst M doc/documentation.rst M doc/glossary.rst M doc/index.rst M doc/modules/ensemble.rst M doc/modules/linear_model.rst M doc/modules/manifold.rst M doc/modules/model_evaluation.rst M doc/sphinxext/custom_references_resolver.py M doc/themes/scikit-learn/layout.html M doc/themes/scikit-learn/static/nature.css_t M doc/whats_new/v0.20.rst M doc/whats_new/v0.21.rst M examples/classification/plot_lda_qda.py M examples/compose/plot_transformed_target.py M examples/linear_model/plot_omp.py M examples/neural_networks/plot_mlp_alpha.py M examples/neural_networks/plot_mlp_training_curves.py M examples/plot_isotonic_regression.py M examples/preprocessing/plot_map_data_to_normal.py M sklearn/__init__.py M sklearn/_build_utils/__init__.py M sklearn/_config.py M sklearn/cluster/k_means_.py M sklearn/cluster/optics_.py M sklearn/cluster/tests/test_mean_shift.py M sklearn/cluster/tests/test_optics.py M sklearn/compose/_column_transformer.py M sklearn/compose/tests/test_column_transformer.py M sklearn/datasets/base.py M sklearn/datasets/california_housing.py M sklearn/datasets/covtype.py M sklearn/datasets/kddcup99.py M sklearn/datasets/olivetti_faces.py M sklearn/datasets/rcv1.py M sklearn/datasets/species_distributions.py M sklearn/datasets/tests/test_base.py M sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py M sklearn/ensemble/_hist_gradient_boosting/grower.py M sklearn/ensemble/_hist_gradient_boosting/tests/test_gradient_boosting.py M sklearn/ensemble/partial_dependence.py A sklearn/externals/_scipy_linalg.py M sklearn/feature_selection/rfe.py M sklearn/impute/_base.py M sklearn/impute/_iterative.py M sklearn/impute/tests/test_impute.py M sklearn/inspection/partial_dependence.py M sklearn/inspection/tests/test_partial_dependence.py M sklearn/linear_model/bayes.py M sklearn/linear_model/logistic.py M sklearn/linear_model/stochastic_gradient.py M sklearn/linear_model/tests/test_bayes.py M sklearn/linear_model/tests/test_logistic.py M sklearn/linear_model/tests/test_omp.py M sklearn/linear_model/tests/test_ridge.py M sklearn/metrics/scorer.py M sklearn/model_selection/_search.py M sklearn/model_selection/_split.py M sklearn/model_selection/_validation.py M sklearn/model_selection/tests/test_search.py M sklearn/neighbors/nca.py M sklearn/neighbors/tests/test_nca.py M sklearn/preprocessing/tests/test_encoders.py M sklearn/setup.py M sklearn/svm/classes.py M sklearn/tree/export.py M sklearn/tree/tests/test_export.py M sklearn/utils/_show_versions.py M sklearn/utils/estimator_checks.py M sklearn/utils/fixes.py M sklearn/utils/testing.py M sklearn/utils/tests/test_show_versions.py Log Message: ----------- Merge branch 'for0.21.3' into 0.21.X Compare: https://github.com/scikit-learn/scikit-learn/compare/7813f7efb5b2...1495f692...