Guillaume Lemaitre
0684a899f1
DOC add cross-reference to examples instead of duplicating content for GPR ( #20003 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2023-09-12 11:03:35 +02:00
Adrin Jalali
42173fdb34
MNT add isort to ruff's rules ( #26649 )
2023-06-21 17:50:07 +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
Dimitri Papadopoulos Orfanos
ee5a1b69d1
DOC, MNT Typos found by codespell ( #22906 )
2022-03-20 19:16:39 +01:00
Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
Guillaume Lemaitre
16e027bfc3
DOC convert to notebook style CO2 GPR regression ( #20358 )
2021-11-03 18:49:26 +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
Thomas J. Fan
f286e27798
DOC Fixes failing examples ( #18180 )
2020-08-18 08:52:41 +02:00
Maren Westermann
0550793bd6
FIX inconsistent hyperparameter and bounds issue in GP kernels ( #17946 )
2020-07-18 11:27:31 +02:00
surgan12
62d2059804
MNT remove __future__ imports ( #12791 )
2019-02-02 22:05:06 +08:00
Hanmin Qin
6463406490
MNT Unused import in plot_gpr_co2.py
2018-09-26 16:37:29 +08:00
Max Copeland
2242f4c1d0
EXA use openml fetcher in plot_gpr_co2.py example ( #12004 )
2018-09-08 16:52:01 +02:00
Joel Nothman
fc56da504d
Deprecate fetch_mldata ( #11466 )
...
* API Deprecate fetch_mldata and update examples
* Use pytest's filterwarnings
* Rm unused import
* Remove broken doctest
* Refer user to openml URL
* DOC whatsnew tweak
2018-08-18 19:27:48 +03:00
Andreas Mueller
2653833a07
DOC some fixes to the doc build.
2015-11-03 12:23:23 -05:00
Jan Hendrik Metzen
e2a340a4ee
REF More meaningful names for hyperparameters of GP kernels
2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen
2dd1f285b9
PEP8 Making pep8 and pyflakes happy
2015-10-19 18:07:14 +02:00
Jan Hendrik Metzen
65555b300b
REF Renaming sigma_squared_n to alpha (consistency with Ridge)
2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen
83bc6c2440
ENH Adding max_iter parameter for Newton iteration in GPC
2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen
2839f66933
REFACTOR normalize_y in GPR does not modify standard-deviation
2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen
bcd4b72897
REFACTOR Remove theta_ attribute from GPR and GPC
...
It can be accessed instead via kernel_.theta
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
41cbb29176
DOCAdapting GP examples to changed hyperparameter representation
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
a5c1187737
DOC Documentation of the CO2 example
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
d26c355374
DOC Adding documentation for GP kernels
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
54df4174b7
FIX Fetching CO2 data from mldata
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
c961392424
REFACTOR Changed order of l and alpha in RationalQuadratic kernel
2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen
82ec208c65
DOC Adapted GP examples to changes in kernel module
2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen
27bd525c96
DOC Reorganizing gaussian_process examples
2015-10-19 18:04:56 +02:00