Commit Graph

144 Commits

Author SHA1 Message Date
Thomas J. Fan 9cf2bac1ae
DOC Adds note on dataframe in contributing guide (#17359)
* DOC Adds note on dataframe

* DOC Address comments
2020-06-25 14:44:06 +02:00
Elizabeth DuPre 5d3d54da19
DOC Guidelines for handling stalled issues (#17593)
* DOC: instructions for taking issues

* Update doc/developers/contributing.rst

Co-Authored-By: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>

* [doc quick] More closely intergate stalled PRs and stalled issues doc

* [doc quick] Fix ref links

* Update doc/developers/contributing.rst

Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>

* [doc quick] Address adrinjalali review comments

* [doc quick] Fix style issues

Co-authored-by: Aditya <adityahari3791@gmail.com>
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2020-06-20 11:00:07 +02:00
Andreas Mueller e1c44ba503
DOC invite underrepresented groups to contribute (#16567) 2020-05-21 20:33:46 -04:00
maikia fb76de72e7
DOC Exchanging Boston for california dataset in plot missing values (#16513)
* first few comments

* added new california dataset

* removed boston dataset from the file

* updating the DOCs

* adding a DOC for calculating the error

* exchanged the order started writing functions on scoring the imputers

* finished writing functions for imputers

* finished writing functions and started on DOcs

* working on the DOCs for imputers

* cleaning up

* flake8

* cleaning up

* cleaning up

* restructuring the document

* further text restructuring

* text restructuring

* flake8

* reformatting

* flake8

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Olivier Grisel <olivier.grisel@ensta.org>

* updated the intro

* improve bullet point rendering

* spelling

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* changed the naming

* restructuring text

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* flake8

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* changing missing values from 0 to nan

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Alexandre Gramfort <alexandre.gramfort@m4x.org>

* REGRESSOR to regressor

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Lucy Liu <jliu176@gmail.com>

* flake8

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>

* Update examples/impute/plot_missing_values.py

Co-Authored-By: Thomas J Fan <thomasjpfan@gmail.com>

* flake8

* reducting number of samples used from california dataset

* CLN Removes the need for MissingIndicator

* FIX Unrelated bug but is stopping the CI from passing

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Alexandre Gramfort <alexandre.gramfort@m4x.org>
Co-authored-by: Lucy Liu <jliu176@gmail.com>
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
2020-04-27 20:25:24 -04:00
Nicolas Hug a35b892522
Fix Mypy issue in _openml.py (#17047) 2020-04-26 14:37:07 -04:00
Roman Yurchak e392bfd693
MNT Add pre-comit configuration (#16957)
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
2020-04-23 14:17:00 -04:00
Roman Yurchak 5a4340834d
Fix mypy errors (#16726) 2020-03-30 15:41:05 +02:00
Johann Faouzi 942001a12d
DOC Update contributing guide for flake8-diff (#16758) 2020-03-24 11:22:39 -04:00
Chiara Marmo e9340e3f4b
[MRG] DOC Add example about interpretation of coefficients of linear models (#15706)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-03-11 09:59:23 +11:00
Jérémie du Boisberranger 97d49f2074
BLD Specify build time dependencies via pyproject.toml (#16244)
* add pyproject.toml

* do it in CI

* cln

* no build isolation in the doc

* bump dependencies

* no-build-isolation everywhere needed
2020-02-11 10:58:04 +01:00
Adrin Jalali c79a5b4194
DOC promote shallow copy in the docs (#16423)
* DOC promote shallow copy in the docs

* a shorter version
2020-02-10 16:45:10 +01:00
Nicolas Hug 951ad8dd80
DOC Update links to CircleCI (#16377) 2020-02-05 00:13:25 +11:00
Thomas Li b92393ab78 CI Action to auto assign issues (#16197) 2020-01-28 22:26:23 +01: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
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
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
Alessandro Surace 505c2be187 DOC Add pytest-cov installation in contributing guide (#15187) 2019-10-16 23:21:58 +02:00
Angela Ambroz 86aea99159 DOC Typo in path on example, contributing (#15178) 2019-10-10 22:59:48 -04: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
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
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
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
Adrin Jalali 60191ce50b DOC add example of a good docstring for defaults and examples (#12356) 2019-08-07 22:32:40 +08:00
Andreas Mueller 7e022a7e8b DOC change "not_used" to "deprecated" in contributors guide (#14521) 2019-07-30 12:44:30 -07:00
Roman Yurchak 78ac1ab026 TST Add requires_positive_y estimator tag (#14095) 2019-06-25 01:09:38 +10:00
Adrin Jalali 5b8b6277a3 DOC fixing the missing fetch upstream in contributing docs (#14142) 2019-06-22 06:39:54 -07:00
Nicolas Hug 214def06a3
DOC Contributing guide update (#13961) 2019-06-20 10:05:21 -04:00
Trevor Stephens d84a8d17af ENH Binary only estimator checks for classification (#13875)
Also adds the binary_only estimator tag
2019-06-12 10:31:18 +02:00
Nicolas Hug 69dd9a54e2 DOC correct headline level in contributor docs (#13959) 2019-05-28 17:57:23 +10:00
Agamemnon Krasoulis 19192c0427 MAINT Replace manual checks with `check_is_fitted` (#13013) 2019-05-07 14:54:56 +10:00
Guillaume Lemaitre b34751b7ed [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02:00
Kevin Yu-Sheng Li 519bedc70e DOC Fix note range in contributing.html (#13722) 2019-05-05 23:12:10 +08:00
Bharat Raghunathan f0ed930800 DOC: Add SLEP and Governance in Dev Docs (#13688) 2019-04-23 15:46:27 +10:00
Nicolas Hug 83dca7eb1b MNT Correctly handle deprecated attribute warnings and docstrings (#13635) 2019-04-18 10:21:40 -07:00
Mohammed AbdelAal e8c6cb151c DOC fix typo in contributing.rst (#13593) 2019-04-08 08:39:33 +10:00
Nicolas Hug 277bf27972 DOC Added doc on how to override estimator tags (#13550) 2019-04-02 23:29:32 +08:00
Martin Gubri 26f690961a DOC Fix missing space after backquotes (#13551) 2019-04-01 08:51:37 +08:00
William de Vazelhes 4d8883c2af DOC Fix typo in contributing (#13544)
This fixes a typo that has the effect to not resolve a link
2019-03-28 18:44:13 +01:00
Nicolas Hug 5b747cf440 DOC Added additional tips for pytest usage (#13540)
* Added additional tips for pytest

* Added --ff option

* typo
2019-03-28 16:16:18 +01:00
Adrin Jalali ab399a675a
DOC better clarify upstream synchronization in contributing guide (#13505)
* clarify upstream synchronization

* apply Nicolas's comment

* fix typo

* don't mention the rebase

* move the notes

* fix branch name
2019-03-26 10:43:32 +01:00