Ankit810
962ee7807a
DOC Mark tag multioutput as being used ( #16363 )
2020-02-02 12:09:33 +01:00
Sebastian Kießling
83985e9fe8
DOC Sort estimator tags in alphabetical order ( #16334 )
2020-01-31 08:48:15 -05:00
Mohamed Maskani
e336d803f1
Specify compilers version to work-around issues on MacOS ( #16282 )
2020-01-30 11:40:50 +01:00
gholdman1
fe7edc3660
Fix typos in doc/developers/develop.rst ( #16162 )
2020-01-29 17:34:42 +01:00
Alonso Silva Allende
dfe444935a
DOC fix conda command to check if compilers and llvm are installed ( #16268 )
2020-01-29 11:26:36 +01:00
Thomas Li
b92393ab78
CI Action to auto assign issues ( #16197 )
2020-01-28 22:26:23 +01:00
Adrin Jalali
1382831f41
DOC clarifications on the release process ( #15759 )
...
* some extra comments
* reorganize steps
* more info
* more clarification
* further instructions
* be cautious with tagging
* add pypi note
* git log copy
* upstream
* more explanation
* fix typo
* clarify
* typo
* further clarifications, address comments
* add link to pep101
* explain branch names
* apply comments
* cover more comments
* clarify branching, remove Dash ref
* Update maintainer.rst
* address some of Roman's comments
* address some of Nocolas's suggestions
* trying to address comments
* CLN Adds reference to conda-forge recipe/meta.yml
* DOC Explicitly push the tag by name
* DOC Explicitly git add folders before commiting
* fixed ref and removed redundant sentence (I think)
* Added note about making sure derecations are handled
* fixed title headers, this file is not just about releasing
* removed redundant paragraph
* major changes
* minor comments
Co-authored-by: Hanmin Qin <qinhanmin2005@sina.com>
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-01-28 17:13:58 +01:00
Adrin Jalali
a89d4a5457
DOC add clear default values to estimator tags ( #16168 )
2020-01-21 14:19:06 -05:00
Siddharth Gupta
a847cdebd6
DOC Correct numpy link in Coding Guidelines page ( #16049 )
2020-01-08 12:01:33 +01:00
Windber
d5dcf48c00
DOC change python-devel to python3-devel for yum. ( #15986 )
2019-12-29 19:16:48 +01:00
Joel Nothman
06e9a3fe39
DOC in canned comment, mention that PR title becomes commit me… ( #15935 )
2019-12-19 21:29:07 -05:00
Brian Wignall
0e10b3a3cb
DOC Fix typos, via a Levenshtein-style corrector ( #15923 )
2019-12-19 16:26:02 -08:00
Thomas J Fan
88b6322877
MNT Adds skip lint to azure pipeline CI ( #15904 )
2019-12-19 15:51:22 +01:00
cgsavard
c6f09ee5e3
DOC fix incorrect branch reference in contributing doc ( #15779 )
2019-12-04 08:08:36 +01:00
Brian Wignall
c4733f4895
MNT Fix some easy-to-make typos ( #15720 )
2019-11-26 06:31:40 -06:00
Jérémie du Boisberranger
593d3de124
DOC add min version for conda and example of flag set by conda ( #15619 )
2019-11-13 16:21:49 +01:00
Jérémie du Boisberranger
9876f748b0
[MRG] BUILD: warn instead of raise when openmp unsupported ( #15174 )
2019-11-13 10:03:12 +01:00
Adrin Jalali
ad57efa729
MNT packaging instead of a custom regex to parse versions ( #15566 )
...
* use x.y.z (no rc/beta/etc) for version in sphinx config
* use parse_version, and refactor binder branch inference
* install packaging in doc build envs
* use packaging
2019-11-11 13:46:41 +01:00
Olivier Grisel
82e2f54565
BLD: Do not pre-cythonize when calling sdist ( #15567 )
2019-11-08 13:04:30 +01:00
Olivier Grisel
006c02a85d
DOC macOS instructions: mention xcode-select --install ( #15559 )
2019-11-07 19:51:55 +01:00
Olivier Grisel
32f04d4ef9
DOC reorganize the build instructions ( #15315 )
2019-10-30 21:18:15 +01:00
Nicolas Hug
19ad136223
MNT Replace DeprecationWarning with FutureWarning ( #15080 )
...
* bruteforce renaming
* WIP
* WIP
* some more
* removed weird line
* update -Werror
* testiforest
* again
* Fixed some tests
* fixed some tests
* removed -Werror
* fixed test_docstring_param issue
* fixed some tests
* some more
* renamed to SklearnDeprecationWarning
* pep8
* updated docs
* pep8
* merge
* changed to FutureWarning
* fixes
* Update doc/developers/tips.rst
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
* avoid duplicates
* fixed warning for deprecations
* Still make CI break if DeprecationWarning isn't caught
* updated one warning
* fixed test
* fixed some renamings
* updated new dep warnings
* fixed bad import
* ignore warnings
* update again
* ignore futurewarning when walking packages
* Fixed test
* pep8
* Added whatsnew
2019-10-29 15:39:26 +01:00
Nicolas Hug
02d60c7119
DOC update testing guidlines ( #15377 )
2019-10-29 08:00:06 +01:00
Nicolas Hug
b92455a6b2
MAINT Deprecate all of utils.testing except all_estimators ( #15367 )
2019-10-28 17:28:56 +01:00
Thomas J Fan
5756a9934b
MNT Make modules private in decomposition ( #15344 )
2019-10-28 22:46:16 +08:00
Thomas J Fan
0a7adef005
MNT Make modules private in linear_model ( #15324 )
2019-10-23 15:34:26 +02:00
jeremiedbb
deea3ecd3c
DOC Improve osx advanced installation instructions ( #14968 )
2019-10-17 11:00:46 -04:00
Alessandro Surace
505c2be187
DOC Add pytest-cov installation in contributing guide ( #15187 )
2019-10-16 23:21:58 +02:00
jeremiedbb
283a61384e
MNT Fix link flags search for the OpenMP test program ( #15042 )
2019-10-16 08:24:55 -04:00
Angela Ambroz
86aea99159
DOC Typo in path on example, contributing ( #15178 )
2019-10-10 22:59:48 -04:00
Chiara Marmo
3046990e76
DOC Reorganize general installation instructions ( #15011 )
2019-10-04 21:12:38 +02:00
Chiara Marmo
871b251623
DOC Sphinx Unexpected unindent warnings ( #15130 )
2019-10-04 10:56:32 -04:00
Thomas J Fan
89332d3e90
DOC Updates entire website design ( #14849 )
2019-09-21 20:22:34 +10:00
Thomas J Fan
97185ecd3e
FEA Adds Plotting API to Partial Dependence ( #14646 )
2019-09-20 11:03:00 +02:00
Thomas J Fan
d18cc29003
DOC Adds more docstring standards ( #14744 )
2019-09-13 19:20:29 +02:00
Chiara Marmo
bfdf2ad428
DOC Fix some sphinx warnings ( #14967 )
2019-09-12 22:42:22 +02:00
Chiara Marmo
f24a501e06
DOC Fix "Duplicate labels" & "Duplicate .. target" sphinx warn ( #14931 )
2019-09-11 13:51:58 +02:00
Andreas Mueller
8c4d1e9226
DOC add missing import of parametrize_with_checks ( #14938 )
2019-09-09 13:52:57 -04:00
motmoti
2c91f8ccb7
DOC Update Windows Advanced Installation Documentation ( #14910 )
2019-09-06 18:02:23 +02:00
Thomas J Fan
14f5302b70
DOC Link items explictly ( #14817 )
...
* DOC Link items explictly
* STY
* DOC Link another
2019-09-05 11:37:05 +02:00
Thomas J Fan
d9a12aa0a9
ENH Disassemble check estimator ( #14381 )
2019-08-28 09:07:28 +03:00
arpanchowdhry
dc1175962d
DOC Separate documentation for contributing and developing estimators in to different files #14582 ( #14611 )
2019-08-26 23:45:19 -04:00
Nicolas Hug
7ee16ccf59
DOC don't set upstream remote and branch ( #14805 )
2019-08-26 08:07:08 +10:00
Shreya V
1157e67287
DOC Documentation build Fixes ( #14778 )
2019-08-24 23:13:35 -04:00
Alexandre Gramfort
951c5019ac
API Use tag requires_positive_X for NMF + LDA + MultinomialNB/ComplementNB ( #14680 )
2019-08-20 21:10:33 +08:00
Joel Nothman
f8fd09c74c
DOC warn on published docs other than latest release ( #14634 )
...
Companion to https://github.com/scikit-learn/scikit-learn.github.io/pull/13
2019-08-14 15:37:12 +02:00
Andreas Mueller
92af3dabbb
MAINT simplify check_is_fitted to use any fitted attributes ( #14545 )
2019-08-13 22:09:07 +02:00
Thomas J Fan
db79e2db42
FEA Plotting API starting with ROC curve ( #14357 )
2019-08-08 08:28:17 +08:00
xsat
3e11465b07
[DOC] developers > performance > example on parallelization ( #13758 )
2019-08-07 14:06:03 -04:00
Adrin Jalali
60191ce50b
DOC add example of a good docstring for defaults and examples ( #12356 )
2019-08-07 22:32:40 +08:00