Adrin Jalali
3e127a3d5c
MNT Add author/license note where missing and add the linter ( #29477 )
...
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-07-22 22:05:03 +02:00
Arturo Amor
c826fecdf8
DOC Add example showcasing HGBT regression ( #26991 )
...
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-02-22 18:53:27 +01:00
Guillaume Lemaitre
0f8a7775ad
DOC fixes sphinx warning due to rendering issue ( #27951 )
2023-12-12 17:01:18 +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
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
Adrin Jalali
42173fdb34
MNT add isort to ruff's rules ( #26649 )
2023-06-21 17:50:07 +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
Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
Maren Westermann
cc534f89c5
[DOC] Speed up `plot_gradient_boosting_quantile.py` example ( #21666 )
...
Co-authored-by: Maren Westermann <maren.westermann@free-now.com>
Co-authored-by: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
2021-12-03 00:23:42 +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
Dimitri Papadopoulos Orfanos
f71c031314
DOC Typos found by codespell ( #21069 )
2021-09-17 19:04:54 +02:00
Christian Lorentzen
b9d6db81ec
[MRG] ENH Consistent loss name for squared error ( #19310 )
2021-03-19 15:21:34 +01:00
xavier dupré
6a6217f15f
ENH Add mean_pinball_loss metric for quantile regression ( #19415 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-02-18 19:43:40 +01:00
Rory Hartong-Redden
c84ad60c8c
DOC Fix Confidence Interval Again ( #16809 )
2020-03-31 19:27:40 -07:00
Mickaël Schoentgen
2df594564d
EXA Fix several DeprecationWarning: invalid escape sequence in examples ( #12924 )
2019-01-05 12:22:36 +08:00
Joel Nothman
79f5d147ea
MNT Revert the deprecation of min_samples_leaf and min_weight_fraction_leaf ( #11998 )
2018-09-08 16:43:21 +02:00
Joel Nothman
2fe58e517c
Deprecate min_samples_leaf and min_weight_fraction_leaf ( #11870 )
2018-08-23 08:30:47 +03:00
IvicaJovic
8dc8673525
fix wrong confidence interval
2014-05-17 22:28:30 +02:00
Rajat Khanduja
7d10d98492
Fixed some PEP8 violations even present in master branch, in examples/
...
This fixes some of the violations that were not caused by the change to pyplot
from pylab.
2014-05-15 09:35:24 +05:30
Gilles Louppe
b499743c93
DOC: update examples, use matplotlib.pyplot instead of pylab
2014-02-27 10:22:21 +01:00
Immanuel Bayer
189ac2f386
renaming 'learn_rate' in 'learning_rate'
2012-11-03 08:17:42 +00:00
Peter Prettenhofer
9cf0a7cbd1
add quantile example again
2012-07-09 16:57:06 +02:00
Peter Prettenhofer
89cb7056b7
removed quantile regression example
2012-07-07 19:08:07 +02:00
Peter Prettenhofer
36fd9c3ef0
proper pylab import
2012-07-02 13:44:53 +02:00
Peter Prettenhofer
cf090648a8
use dtype float32
2012-07-02 10:41:41 +02:00
Peter Prettenhofer
18326419ac
better docs for quantile reg
2012-06-15 16:14:55 +02:00
Peter Prettenhofer
14b5c05acc
added title to example
2012-06-05 23:35:05 +02:00
Peter Prettenhofer
aa8354a4ab
wip: added quantile regression loss; this allows for prediction intervals; adopted the GP regression example to show-case prediction intervals
2012-06-05 23:07:56 +02:00