Thomas J. Fan
d4aad64b1e
MNT Update to black 22.3.0 to resolve click error ( #22983 )
...
* MNT Update to black 22.3.0 to resolve click error
* STY Update for new black version
2022-03-29 12:04:41 +02:00
Dimitri Papadopoulos Orfanos
ee5a1b69d1
DOC, MNT Typos found by codespell ( #22906 )
2022-03-20 19:16:39 +01:00
Julien Jerphanion
613773db11
TST Add minimal setup to be able to run test suite on float32 ( #22690 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
2022-03-17 14:25:17 +01:00
ahmadjubair33
3f66d6e968
DOC fix typo in contributing guide ( #22815 )
2022-03-13 19:23:09 +01:00
MarieS-WiMLDS
92bd904f8c
DOC adding numpydoc to the development dependencies ( #22792 )
...
Co-authored-by: Marie <marie.sacksick@cybelangel.com>
2022-03-12 17:00:48 +01:00
Arturo Amor
e107e6165f
DOC Add minimal reproducer guide for scikit-learn ( #22401 )
...
Co-authored-by: Juan Martin Loyola <jmloyola@outlook.com>
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-03-03 08:29:55 +01:00
Chiara Marmo
b19c748adb
DOC Add directives about writing bibliographic references. ( #22656 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-03-03 00:00:03 +01:00
Thomas J. Fan
f1d3417b08
MNT Drops Python 3.7 in CI, wheel building, and docs ( #22617 )
...
* MNT Drops Python 3.7
* MNT Bump NumPy and SciPy
* FIX Fix build
* FIX Bump versions improved
* DOC Fixes numpy version [pypy]
* BLD [pypy] [icc-build]
* Update docs
* MAINT use scipy.optimize.LinearConstraint in test
* MAINT scipy 1.1.0 related code clean-up
* scipy>=1.3.2 in pyproject.toml's build deps
* [cd build]
* DOC Adds comment about pypy
* MAINT remove _astype_copy_false
* FIX Update check for python version in setup.py
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-02-28 18:23:02 +01:00
Loïc Estève
005cab5ced
DOC: remove note for old version in contributing guide ( #22608 )
2022-02-25 08:41:30 +01:00
Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
Guillaume Lemaitre
229bd226ab
MNT remove _pairwise attribute ( #21594 )
2022-02-09 16:58:01 +01:00
Sven Eschlbeck
5c01ac372b
DOC Improves explanation for default value change procedures ( #21629 )
2022-02-02 10:22:31 -05:00
Thomas J. Fan
3df67e0139
MAINT using "/take" to assign issues in GitHub ( #21221 )
2022-01-28 18:02:00 +01:00
Thomas J. Fan
6f39cab2ba
DOC Use wheelhouse_uploader directly to publish to pypi ( #22234 )
2022-01-27 14:52:40 +01:00
Ohad Michel
9aff4def98
DOC Add airspeed benchmarks page link to the contributing docs ( #22075 )
2021-12-28 09:24:30 -05:00
Loïc Estève
eac2fda184
DOC Improve Windows advanced install instructions ( #22056 )
2021-12-22 16:48:15 +01:00
Thomas J. Fan
e44d3cd762
MAINT Adjust issue template labels for new issues ( #21951 )
2021-12-15 14:41:25 +01:00
Thomas J. Fan
06ce32bbb8
CI Simplier wheel building config [cd build gh] ( #21849 )
2021-12-02 10:26:34 +01:00
Olivier Grisel
016df3326c
MAINT move PyPy back to scheduled build ( #21645 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-11-12 17:33:11 -05:00
Juan Martin Loyola
1b9de7b8b6
DOC Fix link to scipy guide on development workflow ( #21633 )
2021-11-11 11:24:12 -08:00
Thomas J. Fan
77343984a0
DOC Link to build from source in contributing guide ( #21369 )
...
* DOC Link to build from source in contributing guide
* DOC Clean up
2021-11-05 13:33:35 +01:00
Olivier Grisel
2ec028d2e8
DOC improve build instructions to be friendlier to first time contributors ( #21353 )
2021-10-17 01:24:08 +02:00
Adrin Jalali
6d5774f689
DOC minor updates to release process ( #21172 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-09-29 13:59:48 +02:00
Dimitri Papadopoulos Orfanos
f71c031314
DOC Typos found by codespell ( #21069 )
2021-09-17 19:04:54 +02:00
Thomas J. Fan
8fc351656a
DOC remove incorrect sentence about dependencies being automatically installed ( #21012 )
2021-09-16 13:50:56 +01:00
Thomas J. Fan
0cb7def20b
DOC Fixes build from source instructions ( #21004 )
2021-09-10 09:56:27 +02:00
Thomas J. Fan
057b82ed18
API Deprecates plot_partial_dependence ( #20959 )
...
* API Deprecates plot_partial_dependence
* DOC Adds whats new
* DOC Fixes doc build errors
* CLN Removes feature warning
* CLN Address comments
* DOC Fix docstrings
* TST Skip future warning tests
* DOC Adjust docstrings
* REV Reduce diff
* DOC Adds docstring
2021-09-09 14:25:59 +02:00
Guillaume Lemaitre
f46190846c
API add from_estimator and from_predictions to RocCurveDisplay ( #20569 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-09-03 17:19:46 +02:00
Julien Jerphanion
20ee33a95a
DOC Remove `graph_shortest_path` references ( #20677 )
2021-08-04 16:40:16 +02:00
Chiara Marmo
7366abd4aa
[CI] Add circleci build and test for arm64. ( #20460 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-08-04 14:58:27 +02:00
Gael Varoquaux
5a879f4a02
DOC Add thumbnails and summaries to links with sphinxext-opengraph ( #20464 )
2021-07-06 19:12:24 +01:00
Thomas J. Fan
383b53fa91
FIX Uses code literals in deprecated to prevent linking ( #20410 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-28 15:49:19 +02:00
Nicolas Hug
5314987e0d
DOC Update to code review guidelines ( #20078 )
2021-06-18 14:23:29 +02:00
Thomas J. Fan
0e7761cdc4
MAINT Black formatting prework ( #20260 )
2021-06-17 14:18:24 -04:00
Maxwell
0eeebb1e3d
Add video `3 Components of Reviewing PR` ( #20269 )
2021-06-15 23:48:07 +02:00
Thomas J. Fan
07a0cf37c9
MNT Finish removing python 3.6 ( #20185 )
2021-06-01 22:06:28 +02:00
Clément Fauchereau
bfb5b39d06
DOC typo in doc/developers/tips.rst ( #20088 )
2021-05-13 14:10:54 +01:00
Chiara Marmo
8635580e5c
DOC Add communication guidelines. ( #20048 )
...
* Add communication guidelines.
* Address comments. Fix sphinx warning.
* Some clarification.
* Update doc/developers/contributing.rst
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
* Address comments.
* Address comments.
* Update doc/developers/contributing.rst
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2021-05-11 15:46:10 +02:00
Haoyin Xu
99754cd4f6
DOC Add note for videos & improve syncing instructions ( #20022 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-05-10 14:06:35 +02:00
Chiara Marmo
4803a0adfe
DOC Add a note about the involvement of the contributor in maintenance. ( #20044 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Nicolas Hug <nicolashug@fb.com>
2021-05-05 18:43:44 +01:00
Nicolas Hug
309f135c32
MNT Remove HistGradientBoosting from experimental ( #19799 )
2021-04-02 16:40:20 +02:00
Jérémie du Boisberranger
266400e60d
DOC Fix doc regarding required_parameters ( #19725 )
2021-03-19 16:44:08 -04:00
Sean Benhur J
04f84c6d08
DOC Added utils.gen_batches in documentation ( #19688 )
2021-03-17 15:53:00 +01:00
Jérémie du Boisberranger
d831babc6b
CI Update ICC install commands ( #19329 )
2021-02-03 22:17:30 +01:00
Adrin Jalali
468c3f4057
MNT replace master with main ( #19237 )
...
* replace master with main
* fix imbalanced-learn
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
* asv default branch is `master`
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2021-01-22 15:19:48 +01:00
ranjanikrishnan
1fca00b0b4
DOC Add link to video for contributing: Andreas video Volume 2 ( #19180 )
...
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2021-01-17 15:28:33 -05:00
Miao Cai
aa1918cecf
DOC Mention to use a command prompt in Windows install ( #19125 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-01-11 18:50:13 +01:00
Olivier Grisel
158584a8ca
DOC Update installation instructions for macos/arm64 ( #19146 )
2021-01-11 18:46:18 +01:00
Guillaume Lemaitre
266a11b2e1
DOC Update docs guideline regarding docstring formatting ( #18243 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2021-01-08 12:55:53 -05:00
Juan Carlos Alfaro Jiménez
983d1ee3de
DOC Fix typo in experimental features documentation ( #19053 )
2020-12-21 11:13:51 -05:00