Commit Graph

23615 Commits

Author SHA1 Message Date
Hanmin Qin c0bb178389 EXA: fix xlabel and ylabel in plot_cv_digits.py (#13067) 2019-01-30 15:41:37 +01:00
Guillaume Lemaitre 5c6a8276e5 MAINT: pin flake8 to stable version (#13066) 2019-01-30 12:43:31 +01:00
Zijie (ZJ) Poh bb3f93c8b3 API NMF and non_negative_factorization have inconsistent default init (#12989) 2019-01-30 08:12:21 +08:00
jeremiedbb 79a905977b DOC Clean up the advanced installation doc to remove python < 3.5 parts (#13064) 2019-01-30 11:10:49 +11:00
Hanmin Qin 31cef3b8f2 DOC More details about the attributes in MinMaxScaler (#13029) 2019-01-30 11:08:41 +11:00
Gabriel Vacaliuc 5fc5c6e62e FIX an issue w/ large sparse matrix indices in CountVectorizer (#11295) 2019-01-30 11:06:05 +11:00
Vishaal Kapoor fdf2f3834e DOC Correct TF-IDF formula in TfidfTransformer comments. (#13054) 2019-01-29 17:50:41 +11:00
Hanmin Qin 1deb95a13e EXA Improve example plot_svm_anova.py (#11731) 2019-01-28 12:57:38 +11:00
Hanmin Qin 59a1ef7498 DOC Remove outdated doc in KBinsDiscretizer
See #13074
2019-01-27 18:05:10 +08:00
Hanmin Qin 025cff28fb DOC Remove outdated doc in KBinsDiscretizer (#13047) 2019-01-27 20:27:20 +11:00
Hanmin Qin 60be46cd33 API Deprecate externals.six (#12916) 2019-01-27 19:16:42 +11:00
xhan 3207278e03 TST Use random state to initialize MLPClassifier. (#12892) 2019-01-27 08:17:58 +08:00
Raf Baluyot 1f5bcaeb39 FIX float16 overflow on accumulator operations in StandardScaler (#13010) 2019-01-26 18:15:18 +01:00
Thomas Fan e8045a7bdb [MRG] Configure lgtm.yml for CPP (#13044) 2019-01-26 11:07:04 +01:00
Sam Waterbury dca9156387 FIX Fix shuffle not passed in MLP (#12582) 2019-01-25 07:58:26 +01:00
Hanmin Qin c1c20971e3 DOC Move datasets.mldata_filename to deprecated section in classes.rst 2019-01-25 11:27:02 +08:00
Roman Yurchak 3cb0b3bc22
MAINT Fix PyPy CI with numpy 1.15 (#13018) 2019-01-22 22:38:59 +01:00
pierretallotte ce9dedb1a3 FIX Convert the negative indices to positive ones in ColumnTransformer._get_column_indices (#13017) 2019-01-22 22:22:40 +08:00
Prabakaran Kumaresshan db17f3e222 FIX Parallelisation of decomposition/sparse_encode (#13005) 2019-01-20 20:37:29 +11:00
Zijie (ZJ) Poh 473fd5a747 DOC Label Spreading clumping factor must be in (0, 1) (#13015) 2019-01-19 21:43:59 +11:00
Roman Yurchak 9ce9b24c82 MAINT Pin numpy version 1.5.* for pypy (#13011)
* Pin numpy version for pypy

* Add comment

* Updated comment to wait for next pypy release
2019-01-18 15:05:10 +01:00
Joel Nothman 365c1b2071 MNT more informative warning in estimator_checks (#13002) 2019-01-17 21:59:40 +01:00
Agamemnon Krasoulis 9faa41429c docstring fix X in predict/predict_proba (#13004) 2019-01-17 14:45:22 -05:00
Joel Nothman 8e4a8763ce MNT Remove accidentally added example 2019-01-18 00:41:10 +11:00
Joel Nothman 486f8fc543 DOC fix plot_iris references after files renamed 2019-01-17 23:31:48 +11:00
Joel Nothman 1a54989ce8 DOC credit multiple authors of new example 2019-01-17 22:19:19 +11:00
Christos Aridas d2a77d7e78 DOC Add an example of inductive clustering (#10852) 2019-01-17 22:16:22 +11:00
Adrin Jalali 69c8967e21 DOC Fix warnings in examples (#12654)
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
Hanmin Qin 439991d267 DOC What's new format 2019-01-17 18:01:01 +08:00
Thomas Fan 7bc20c0e50 DOC Minor changes to DOCS to address sphinx warnings (#12999) 2019-01-17 17:49:31 +08:00
Thomas Fan 625dafe1dc DOC Update contributing style (#12998) 2019-01-17 17:43:16 +08:00
Thomas Fan e4b4834d0a DOC: Fixes link (#12996) 2019-01-17 13:15:19 +11:00
Prabakaran Kumaresshan 8a604f7f87 FIX parallelisation of kmeans clustering (#12955) 2019-01-17 10:42:17 +11:00
Joel Nothman f5a3fb48d6 DOC clean what's new: duplicate linear_model section 2019-01-17 09:01:20 +11:00
Reshama Shaikh ff46f6e594 DOC improve tfidfvectorizer documentation (#12822) 2019-01-16 17:49:46 +11:00
Hanmin Qin 82e21609ff DOC Move MultiTaskElasticNet what's new from 0.21 to 0.20.3 (#12984) 2019-01-16 11:55:18 +11:00
Prabakaran Kumaresshan 41aa3edd78 MNT Remove build_tools/windows/windows_testing_downloader.ps1 (#12974) 2019-01-15 09:28:51 +01:00
Fibinse Xavier` 9928713ae5 DOC on parallelisation of custom scorer (#12813) 2019-01-15 18:48:45 +11:00
Joris Van den Bossche fce73db57a FIX deprecation handling in OneHotEncoder for categorical_features + handle_unknown='ignore' case (#12923) 2019-01-15 16:34:55 +11:00
Thomas Fan 7ee321fe44 DOC Broken links to cluster.optics (#12981) 2019-01-14 23:24:52 +08:00
Zhuyi Xue ba4720a01d DOC improved example plot in plot_lda_qda.py (#12942) 2019-01-14 23:15:19 +08:00
MarcoGorelli eab7e8b155 DOC Mention StandardScaler ddof (#12950) 2019-01-14 21:25:38 +08:00
Nicolas Hug 07b0a420a9 FIX builtin PrettyPrinter usage on estimators (#12938) 2019-01-14 17:29:57 +11:00
Prabakaran Kumaresshan 47f66a3e69 MNT Ignore mypy cache folder (#12963) 2019-01-14 09:48:21 +11:00
Thomas Fan a7b8b9e9e1 MAINT Removes total_seconds completely in benchmarks (#12969) 2019-01-13 16:41:28 +01:00
Finn O'Shea 98baafb64a MNT Inelegant failure of RandomTreesEmbedding.transform when not fitted (#12965) 2019-01-13 23:14:24 +08:00
Finn O'Shea 39db9c4eca DOC clarification to base.OutlierMixin.fit_predict method docstring (#12954) 2019-01-13 21:31:54 +11:00
kms15 f3b2579021 DOC mention handlng of empty bins in calibration_curve docstring (#12926) 2019-01-13 21:29:47 +11:00
Tashay Green 0cf8a168dc DOC references for probabilistic SVC (#12859) 2019-01-13 21:24:09 +11:00
Prabakaran Kumaresshan 2955129128 DOC Update copyright year for 2019 (#12964) 2019-01-12 16:16:06 +08:00