Commit Graph

458 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
JeroenPeterBos d1d32bff28
DOC Fix model parameter not added to self in GaussianNoise (#17613) 2020-06-16 11:11:57 -07:00
Andreas Mueller e1c44ba503
DOC invite underrepresented groups to contribute (#16567) 2020-05-21 20:33:46 -04:00
Juan Carlos Alfaro Jiménez b632762303
DOC Add threadpoolctl requirement to documentation (#17273)
* MNT Add threadpoolctl dependency to README.rst

* MNT Add threadpoolctl dependency to advanced installation instructions
2020-05-18 21:22:34 +02:00
Roman Yurchak 29f83f83f2
DOC Fix parametrize_with_checks link (#17263) 2020-05-18 17:39:00 +02:00
Nicolas Hug b0cd595536
MNT Ignore xfail_checks tag in check_estimator, with warning (#17222)
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-05-15 13:30:28 -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 fc0041546a
Deprecate class support for check_estimator (#17032)
and parametrize_with_checks
2020-04-28 00:15:52 +02:00
Thomas J Fan 91e942759f
DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
Nicolas Hug a35b892522
Fix Mypy issue in _openml.py (#17047) 2020-04-26 14:37:07 -04:00
Olivier Grisel 89993d2f57
Update the URL of valgrind-python.supp in the doc (#17029) 2020-04-24 18:11:37 +02: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
Nicolas Hug 089c8a17a1
[MRG] MNT requires_y tag with y=None validation (#16622) 2020-04-22 22:41:45 +10:00
Nicolas Hug 6973096a0f
DOC details on the use of xfail_checks (#16968) 2020-04-20 17:31:18 +02:00
Nicolas Hug 2d03d781a9
MNT simplify xfail check marking logic (#16949)
Co-Authored-By: Roman Yurchak <rth.yurchak@gmail.com>
2020-04-17 13:44:09 -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
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Jérémie du Boisberranger 5009d11347
DOC remind to update the version in maintainers guide (#16589) 2020-02-28 15:01:22 +01:00
Roman Yurchak 54cbf428a9
DOC Note on commit co-authorship when merging PRs (#16550) 2020-02-27 00:05:18 +11:00
Samuel Duan 17e6c6bf14
DOC remove backticks in plain text in developer guide (#16521) 2020-02-22 09:43:17 +01:00
Roman Yurchak 1c1f273d10
ENH XFAIL in common tests with estimator tags (#16502) 2020-02-20 22:28:54 +01:00
Olivier Grisel d6bb321fc0
MNT Update nightly build URL and release staging config (#16435) 2020-02-12 16:05:13 -05: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
Adrin Jalali 42706ebf2d
MNT CI dropping python-3.5 (#15106)
* dropping python-3.5

* fix install guide

* fix setup.py

* fix circleci

* advanced_installation

* index.html

* readme

* pyparsing.py

* remove clean_warning_registry

* 1.13.1 and 1.19.1

* don't use 16.04

* 18.04 libatlas-dev -> libatlas-base-dev

* min pillow version for 3.6 is 4.2.1

* echo commands

* fix conflict, and 32 bit

* fix conflict for circle

* fix scikit-image version dep

* mark tests as xfail on 32bit py3.6

* move to 1.13.3 min numpy version, and simplify old code

* remove the rest of _object_dtype_isnan usages

* Revert "remove the rest of _object_dtype_isnan usages"

This reverts commit c6e867ea1f.

* fix issues raised by jeremy

* minor fix

* minor fixes mentioned by Olivier
2020-02-10 12:28:42 +01:00
Nicolas Hug 951ad8dd80
DOC Update links to CircleCI (#16377) 2020-02-05 00:13:25 +11:00
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