Camille Troillard
8357243bf9
DOC improve code block CSS ( #27136 )
2023-08-28 15:01:49 +02:00
Thomas J. Fan
05133a593f
CI Only run arm tests nightly ( #26996 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2023-08-08 07:59:50 +02:00
Kushan Sharma
150ff34e85
[MRG] DOC add __sklearn_is_fitted__ example ( #26618 )
...
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2023-07-17 14:17:45 +05:00
Guillaume Lemaitre
5d145bf760
DOC fixes intersphinx warnings ( #26779 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-07-10 20:25:35 +00:00
Noa Malem-Shinitski
3a291fce9b
DOC Contributing guidelines - avoid referring to tests before instructing to install pytest ( #26800 )
2023-07-07 13:57:24 +00:00
Stefanie Senger
845771fa56
DOC add `pip install sphinx_copybutton` to contribution guide ( #26722 )
2023-06-28 16:45:00 +02:00
Maren Westermann
96e13f1d5d
DOC small documentation changes in the advanced installation guide ( #26394 )
2023-06-27 11:57:31 -04:00
Arturo Amor
4a2b8c3c8e
DOC Add instructions how to use dropdowns in contributing guide ( #26636 )
...
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-06-22 14:31:11 +02:00
Lucy Liu
4a8b4f93ff
DOC Update link to best sphinx version for doc build ( #26626 )
2023-06-21 17:22:14 +02:00
Gael Varoquaux
de4d4ac659
DOC: Add HGBT on landing page ( #26631 )
2023-06-20 14:35:59 +00:00
Adrin Jalali
23a0dcbac9
MNT replace flake8 with ruff ( #26630 )
2023-06-20 14:34:23 +00:00
Yao Xiao
f31d167d57
DOC search link to sphinx version ( #26610 )
2023-06-19 17:09:31 +02:00
Jarrod Millman
33708a9f1c
Upload nightly built wheels to scientific-python-nightly-wheels ( #26417 )
...
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-06-19 16:38:40 +02:00
Tim Head
d29f78e50f
ENH Add common Array API tests and estimator tag ( #26372 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-06-13 17:45:47 +01:00
Dimitri Papadopoulos Orfanos
2fd022d972
MAINT Fix typos found by codespell ( #26448 )
2023-05-31 10:19:21 +02:00
Loïc Estève
51bd5624ef
CI Add Pyodide wheel build ( #26374 )
2023-05-22 16:09:57 -04:00
searchforpassion
d0b383ee22
DOC update list numbers in contributing doc ( #26360 )
2023-05-15 12:13:14 +02:00
Maren Westermann
b87a33fe9b
DOC update documentation on re-building Cython extensions ( #26334 )
2023-05-09 18:38:22 -04:00
Christian Veenhuis
559609fe98
MAINT Fix several typos in src and doc files ( #26187 )
2023-04-17 21:35:24 -04:00
Adrin Jalali
893d5accaf
MNT Update black to 23.3.0 ( #26110 )
2023-04-06 12:14:16 -04:00
Christian Lorentzen
41fd298939
DOC note on calibration impact on ranking ( #25900 )
2023-03-23 15:49:30 +01:00
Veghit
9d00015776
DOC several small typo fixes in the documentation rst files ( #25829 )
...
Co-authored-by: Itay <itayvegh@gmail.com>
2023-03-13 10:49:21 +01:00
Adrin Jalali
fdaaf90653
MNT remove links to enable_hist_gradient_boosting ( #25808 )
2023-03-10 15:26:17 +00:00
Julien Jerphanion
67f54e1fef
DOC Add a 'Cython Best Practices, Conventions and Knowledge' section ( #25608 )
...
Co-authored-by: Meekail Zain <Micky774@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Vincent M <maladiere.vincent@yahoo.fr>
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
Co-authored-by: Adam Li <adam2392@gmail.com>
2023-03-09 14:52:09 +01:00
Ralf Gommers
d926ff130f
MAINT remove np.product and inf/nan aliases in favor of canonical names ( #25741 )
2023-03-02 10:52:07 +01:00
Jérémie du Boisberranger
1042757565
MAINT Replace deprecated cython conditional compilation ( #25654 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-02-25 09:56:25 +00:00
Jérémie du Boisberranger
0d5f43466d
DOC Add the custom compiler section back ( #25667 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2023-02-24 13:05:45 +01:00
Julien Jerphanion
4f85597ac5
DOC Improve minor and bug-fix release processes documentation ( #25457 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@yahoo.fr>
2023-02-09 14:36:48 +00:00
Olivier Grisel
7917117eda
MAINT Remove travis ci config and related doc ( #25562 )
2023-02-08 10:00:35 +01:00
Thomas J. Fan
3f82f84059
ENH Introduces the __sklearn_clone__ protocol ( #24568 )
2023-01-19 17:40:16 +01:00
Loïc Estève
55f024f489
DOC replace markdown by rst ( #25368 )
2023-01-12 15:05:33 +01:00
crispinlogan
44bf2abffc
DOC fix typo in doc/developers/contributing.rst ( #25343 ) ( #25344 )
2023-01-10 11:25:24 +01:00
Thomas J. Fan
e1ec3f99a3
CI Adds quicker CI failure to reduce resource usage ( #21497 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-12-13 11:52:53 +01:00
Thomas J. Fan
743fe8e5a2
CI Introduces macOS arm64 wheel building with Cirrus CI [cd build cirrus] ( #25048 )
2022-12-12 17:56:43 +01:00
Adrin Jalali
86fbdb14fb
DOC fix nightly build installation verbatim ( #25153 )
2022-12-09 15:55:23 +00:00
Jérémie du Boisberranger
0266481aeb
DOC Add missing step to the "making a release" checklist ( #25139 )
2022-12-08 15:52:13 +00:00
Jérémie du Boisberranger
981e728b81
update release checklist regarding SECURITY.md ( #25122 )
2022-12-06 19:02:44 +01:00
Loïc Estève
8fc372f8bc
DOC use https links when possible ( #25049 )
2022-11-28 10:24:43 +01:00
Jérémie du Boisberranger
02d45e580a
DOC Update docs for making a release ( #25047 )
2022-11-28 08:58:05 +01:00
Julien Jerphanion
98e691932d
DOC Indicate uninstalling scikit-learn before installing nightly build ( #24980 )
...
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Jérémie du Boisberranger <jeremiedbb@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-11-23 19:49:16 +01:00
Thomas J. Fan
a923f9e9c7
FIX Calls super().init_subclass in _SetOutputMixin ( #24863 )
2022-11-10 09:48:40 +01:00
Thomas J. Fan
266d2a2b8d
BLD Migrate away from distutils and only use setuptools ( #24563 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-11-03 18:30:14 +01:00
Meekail Zain
80d21c3767
DOC Add `plotly` dependancy for documentation in the docs( #24805 )
2022-11-01 17:11:43 +01:00
Loïc Estève
d7af20c5a9
MAINT Fix build when SKLEARN_OPENMP_PARALLELISM_ENABLED=False ( #24682 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-10-19 11:53:28 +02:00
Thomas J. Fan
1dc23d7a1a
ENH Makes OneToOneFeatureMixin and ClassNamePrefixFeaturesOutMixin public ( #24688 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-10-18 23:20:17 +02:00
Thomas J. Fan
d4306ba9aa
DOC Improve docstring around set_output ( #24672 )
...
* DOC Improve docstring around set_output
* DOC Improve docs around set_output
* DOC Address comments
* DOC Better grammar
* DOC Improve wording
* DOC Improves docstring in set_config
2022-10-18 16:38:50 -04:00
Jérémie du Boisberranger
6818c9baec
MAINT Clean deprecation for 1.2: load_boston follow-up ( #24653 )
...
* remove load_boston references from the docs
* iter
* update poor_score
2022-10-13 17:31:36 +02:00
Thomas J. Fan
2a6703d9e8
ENH Introduces set_output API for pandas output ( #23734 )
...
* Introduces set_output API for all transformers
* TransformerMixin inherits from _SetOutputMixin
* Adds tests
* Adds whatsnew
* Adds example on using set_output API
* Adds developer docs for set_output
2022-10-13 00:19:12 +02:00
Adrin Jalali
355ec7ef58
MNT update security.md ( #24551 )
2022-09-30 10:31:56 -04:00
Guillaume Lemaitre
b22f7fa552
MNT numpydoc validation for Displays ( #21469 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-09-26 23:54:29 +02:00