Commit Graph

335 Commits

Author SHA1 Message Date
Dimitri Papadopoulos Orfanos 6a7c8fd565
MAINT Fix typos found by codespell (#27824)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-11-22 15:59:36 +00:00
Rahil Parikh b9f80577ea
DOC new example for time-series forecasting with lagged features and prediction intervals (#25350)
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-11-21 17:36:45 +01:00
Olivier Grisel 3ab6c8cf0c
MAINT Update fetch_openml to use the auto parser by default (#27802) 2023-11-20 11:20:20 +01:00
Thomas J. Fan 4cf13d2b5f
ENH Adds native pandas categorical support to gradient boosting (#26411)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-11-17 20:07:08 +01:00
Aniket Patil 4b64e3fb64
EXA Fix typo in plot_cyclical_feature_engineering.py (#27638)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2023-10-23 10:27:36 +02:00
Christian Lorentzen d7a114413d
DOC improve example on cyclic feature engineering (#27501) 2023-10-11 18:44:26 +00:00
Dimitri Papadopoulos Orfanos 0f43434e0c
DOC fix typos found by codespell (#27457) 2023-09-26 15:31:28 +02:00
Guillaume Lemaitre a3a16046e2
DOC simplify and remove warning in plot_outlier_detection_wine (#27443) 2023-09-25 10:32:14 +02:00
Mateusz Sokół c4659db2da
MAINT: Cleanup expired ndarray methods (#27401) 2023-09-19 16:38:14 +02:00
Narendra Singh dangi 06a6b931f3
DOC Documents fixed to increase speed by removing for loop (#27066) 2023-08-15 14:33:35 +00:00
mathurinm 5b44065ede
DOC simplify plotting code in NMF LDA 20newsgroups example (#26727) 2023-06-30 11:28:17 +02:00
Adrin Jalali 42173fdb34
MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
Adrin Jalali 893d5accaf
MNT Update black to 23.3.0 (#26110) 2023-04-06 12:14:16 -04:00
mdarii 2fbded2d11
MAINT make plot_digits_denoising deterministic by fixing random state (#26004) 2023-03-29 10:09:04 +02:00
Tim Head 49a937e974
Remove loguniform fix, use scipy.stats instead (#24665)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2023-03-23 15:52:14 +00:00
Arturo Amor 1b676ce768
DOC Use plotting utility in Time-related feature engineering example (#25559)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2023-03-10 11:15:08 +01:00
Olivier Grisel 84a7a7a802
ENH Specify categorical features with feature names in HGBDT (#24889)
* Allow categorical_features to be passed as feature names

* Update relevant examples

* Call .set_output(transform='pandas') on the pipelines
2022-11-13 13:40:47 +01:00
Ti-Ion c98b910fee
DOC Fix FutureWarning in 'applications/plot_cyclical_feature_engineering.html' (#24892)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Tig <tionni>
2022-11-11 21:50:18 -05:00
Christine P. Chai 353b05b077
DOC moved legend to upper center (#24847) 2022-11-07 10:51:21 +01:00
Olivier Grisel e9cf0c92ec
DOC Check sha256 digests of tarballs in tutorial and examples before extraction (#24617)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-10-10 17:57:42 +02:00
Christine P. Chai 335e069acd
DOC Correct typos in plot_species_distribution_modeling (#24256) 2022-08-24 17:02:10 -04:00
Christine P. Chai 41ffd79139
DOC Added links and corrected typos to plot_stock_market.py (#24209)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-08-24 15:04:47 +02:00
Arturo Amor 89c835234e
DOC Point GradientBoosting towards HistGradientBoosting (#23340)
* Point GradientBoosting towards HistGradientBoosting on docstrings

* Point GradientBoosting towards HistGradientBoosting on examples

* Avoid the GB acronym

* Iter

* Apply suggestion from lesteve

* Apply suggestions from code review

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>

* Format

* Apply suggestions from code review

Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>

* Format

Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2022-05-24 19:27:20 +02:00
Guillaume Lemaitre a47d569e67
ENH improve ARFF parser using pandas (#21938)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2022-05-12 18:21:15 +02:00
Alexandr f4ce4c9ea3
DOC add plt.show to be used when executing plot_cyclical_feature_engineering example as script (#23300) 2022-05-12 14:13:28 +02:00
Maxwell 16e57aeb20
MNT Use context manager for file operations (#23207) 2022-04-29 11:55:55 +02:00
Chiara Marmo 69132ebbd3
FEA Online implementation of non-negative matrix factorization (#16948)
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-04-22 17:51:06 +02:00
Amar pratap singh 7d9f1cae7f
DOC: use notebook-style for wikipedia_principal_eigenvector.py (#22704) 2022-03-07 20:41:40 +01:00
Chiara Marmo ede4172296
MNT Fix some warnings in examples (#22660) 2022-03-02 23:58:12 +01:00
Aditya Singh bd10a1b12e
DOC: use notebook-style for plot_stock_market.py (#22461)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
2022-02-25 11:01:58 +01:00
Thomas J. Fan 1fc86b6aac
MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +01:00
Sumit Saha f083a12630
DOC: use notebook-style in plot_prediction_latency.py (#22418)
Co-authored-by: Sumit Saha <sumitsaha@SumitSahaMacBook.local>
2022-02-14 07:57:26 +01:00
drskd 1d697842a3
MNT Accelerate plot_model_complexity_influence.py modifying the SGDClassifier parameters (#21963)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-18 11:56:17 +01:00
Pramod Anantharam f853e78b0a
MNT Speed up of plot_face_recognition.py example (#21725) 2021-12-15 11:05:48 +01:00
siavrez fda5b16b10
MNT Accelerate plot_model_complexity_influence.py example using a subset of dataset for classification (#21742) 2021-11-26 15:25:47 +01:00
Dimitri Papadopoulos Orfanos d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples (#21307)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan 70a185ae59
MAINT Enable and run black on examples (#20502) 2021-10-07 10:13:00 +02:00
Loïc Estève 30cc5d76ef
DOC Fix minor issues in bike sharing example (#21127) 2021-09-23 20:49:02 +02:00
Dimitri Papadopoulos Orfanos f71c031314
DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
Thomas J. Fan 4abd9f2d9e
API Implements get_feature_names_out for transformers that support get_feature_names (#18444)
Co-authored-by: Andreas Mueller <andreas.mueller@columbia.edu>
Co-authored-by: Andreas Mueller <andreasmuellerml@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Olivier Grisel <olivier.grisel@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-09-07 10:56:57 +02:00
Mathis Batoul 0b32be0019
Fix typo in example `plot.cyclical_feature_engineering.py`. (#20795) 2021-08-21 11:53:48 +02:00
Christian Lorentzen 97e1401822
DOC improve wording of time-related feature engineering example (#20759)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-08-17 14:52:16 +02:00
Olivier Grisel 2844f592be
Missing labels on a plot for the time features example (#20606) 2021-07-26 17:53:25 +02:00
Olivier Grisel 9fe82ca7ec
Formatting fixes in time features example (#20605) 2021-07-26 14:49:50 +02:00
Olivier Grisel 45bb9ab916
DOC new example on feature engineering for cyclic time features (#20281)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-07-26 11:02:49 +02:00
Amanda 1b0faff0b7
DOC Update dataset name from Boston housing to Wine in example (#20561) 2021-07-18 21:46:26 -04:00
Guillaume Lemaitre 1eece2cec8
DOC add image denoising kPCA example (#20248)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2021-06-29 18:14:50 +02:00
Thomas J. Fan 81dde3a6e5
STY Ensures that "flake8 ." works (#20298) 2021-06-18 15:46:40 +02:00
Christian Lorentzen b9d6db81ec
[MRG] ENH Consistent loss name for squared error (#19310) 2021-03-19 15:21:34 +01:00
Nils Werner d619d96d55
DOC Tomography L1 reconstruction example: use dot product operator (#18722) 2020-11-02 16:39:11 +01:00