Commit Graph

308 Commits

Author SHA1 Message Date
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
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
Venkatachalam N 96f6a830cf
EXA Add topic plots to topic modeling example (#17202) 2020-06-21 09:53:26 +10:00
Maren Westermann 465f29f4f6
shorten links in examples-applications (#17635) 2020-06-19 13:35:32 +02:00
Roman Yurchak 94f2e9c5d8
DOC simpler block delimitation in sphinx-gallery examples (#17068)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-08 23:23:14 -04:00
Christian Lorentzen 79b0943de0
DOC avoid FutureWarnings for deprecations examples (#17264)
* MNT keyword only in examples

* MNT pandas 1.0.0 deprectation

See pandas-dev/pandas#23566

* MNT new keyword in 0.23
2020-05-18 18:35:12 +02:00
maikia 1986c89a12
DOC exchange Boston for Diabetes at plot model complexity influence (#16533) 2020-05-18 15:30:23 +02:00
Lucy Liu 3a724107bb
DOC replace boston dataset in example plot_outlier_detection (#16687) 2020-03-24 09:18:41 +01:00
nicolasservel a58c6c8bf2
DOC remove caching in wikipedia_principal_eigenvector example (#16271) 2020-01-29 11:57:49 +01:00
waelbenamara a5b689429d MAINT/EXA replaced deprecated NavigationToolbar2TkAgg (#16187) 2020-01-28 07:30:19 +01:00
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
Thomas J Fan 0a7adef005 MNT Make modules private in linear_model (#15324) 2019-10-23 15:34:26 +02:00
Thomas J Fan 9b0d02d429 MNT Uses public modules instead of deprecated modules in examples (#15296) 2019-10-21 09:56:55 +08:00
Nicolas Hug 5c5635feb7 MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00
kellycarmody d10b53fa25 DOC Moved the text around to different subsections for documentation of "… (#14899)
* Moved the text around to different subsections for documentation of "Out-of-core classification of text documents"

* Added spaces to #'s to pass pep8 conventions

* cut lines that were too long

* cut trailing space
2019-09-06 15:30:28 +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
Kanika Sabharwal 8f9a027b38 removed redundant tol paramtere from examples (#14765) 2019-08-24 17:51:47 -04:00
Allen Akinkunle 01d8e70af0 MNT Use return_X_y=True with load_boston where appropriate (#14678) 2019-08-20 10:08:23 +08:00
qdeffense f13c9c0752 CLN remove redundant default parameters in examples and tests (#14590)
remove redundant 'fit_intercept=True' in examples and tests along with some instances of other redundant parameters (max_iter=100, C=1 and alpha=1.0)
2019-08-07 10:38:41 -07:00
Harsh Mahajan 228109cd5c MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
Harsh Mahajan 38fd24ac1e EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
Sourav Singh f8e4cc495a ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
Archana Alva 40b2a6c7e3 EXA Removing redundant parameters assignment in examples (#14360) 2019-07-14 22:26:41 +08:00
Guillaume Lemaitre 9adba491a2 [MRG] DEP change the default of cv and n_splits (#13839) 2019-05-29 23:39:20 +10:00
Guillaume Lemaitre 8a8e21b2a3 MNT Change the default value of n_estimators in forests (#13803) 2019-05-09 21:19:20 +08:00
Guillaume Lemaitre 69eb4d4678 [MRG] DEP change default and deprecate iid in SearchCV (#13834) 2019-05-09 14:26:05 +02:00
Roman Yurchak 0e3bb17e62 MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00