Adrin Jalali
51c8e0e19d
CLN replace authors with the standard line ( #29250 )
2024-06-17 17:57:02 +00:00
Adrin Jalali
55ca335e42
CLN use new license notice line ( #29246 )
2024-06-13 15:51:09 +02:00
Adrin Jalali
34db65a3ad
DOC use pydata-sphinx-theme for the website ( #29038 )
...
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-20 19:36:54 +02:00
raisadz
e82550268f
DOC replace pandas with Polars in examples/gaussian_process/plot_gpr_co2.py ( #28804 )
...
Co-authored-by: raisa <>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2024-05-17 10:13:51 +02:00
Loïc Estève
bb87768744
MNT Ignore pandas 2.2 warnings including Pyarrow dependency warnings ( #28305 )
...
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
2024-01-31 11:23:33 +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
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
Dimitri Papadopoulos Orfanos
6ca4970ca2
MAINT Remove encoding declarations: `# -*- coding: utf-8 -*-` ( #26467 )
2023-05-31 17:26:00 +02:00
Adrin Jalali
893d5accaf
MNT Update black to 23.3.0 ( #26110 )
2023-04-06 12:14:16 -04: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
d8592a682a
DOC Use notebook style in plot_gpr_on_structured_data.py ( #25132 )
2022-12-09 14:38:20 +01:00
Chiara Marmo
6cd44db01f
DOC fix title underline too short in Gaussian Process kernel ( #24726 )
2022-10-23 19:33:16 +02:00
Maren Westermann
dbfb219fa2
FIX Convergence Warnings in Gaussian process examples ( #18019 )
...
Co-authored-by: Maren Westermann <maren.westermann@free-now.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-08-02 12:36:17 -04:00
Adam J. Stewart
4b7fe3d394
DOC fix typos in GP kernels ( #23536 )
2022-06-07 17:49:11 +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
2a36ea74f9
DOC convert to notebook the basic example introducing GPR ( #20360 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:49:48 +01:00
Guillaume Lemaitre
16e027bfc3
DOC convert to notebook style CO2 GPR regression ( #20358 )
2021-11-03 18:49:26 +01:00
Guillaume Lemaitre
79fae0cc9d
DOC convert to notebook style Kernel ridge GPR example ( #20357 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:47:34 +01:00
Guillaume Lemaitre
3611c938c9
DOC convert to notebook GPR regression with noise estimation ( #20359 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-11-03 18:45:38 +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
Dimitri Papadopoulos Orfanos
5f6e17c084
MNT Remove #!/usr/bin/python shebang in examples ( #21246 )
2021-10-14 18:51:09 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
赵丰 (Zhao Feng)
3c6805ad6e
DOC remove redundant code in GPR example ( #21133 )
2021-09-24 13:57:32 +02:00
Guillaume Lemaitre
c65699bb0b
DOC convert to notebook style prior posterior GPR example ( #20361 )
...
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
2021-07-19 18:02:34 +02:00
Thomas J. Fan
81dde3a6e5
STY Ensures that "flake8 ." works ( #20298 )
2021-06-18 15:46:40 +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
Chiara Marmo
0c2da0cb48
DOC Fix various sphinx warnings. ( #15692 )
2019-11-21 18:34:16 -05:00
Yu-Hang "Maxin" Tang
8360786895
ENH Allowing Gaussian process kernels on structured data ( #15557 )
2019-11-15 16:07:36 -08:00
Thomas J Fan
4d749ea490
CLN Uses public API instead of deprecated modules in examples ( #15390 )
2019-10-29 10:59:02 +08:00
Archana Alva
40b2a6c7e3
EXA Removing redundant parameters assignment in examples ( #14360 )
2019-07-14 22:26:41 +08:00
Loïc Estève
3aefc834dc
MNT CI Fix for sphinx-gallery 0.3.1 + 404 errors on Debian Jessie packages ( #13527 )
...
* Fix for sphinx-gallery 0.3.1.
Figure numbering have been changed to ignore matplotlib figure number.
* Use circleci/3.6 image.
This docker image uses Debian stretch and fixes the problems seen with apt-get update with Debian jessie.
* Install additional fonts.
Seems to be needed to convert doc/images/iris.svg.
* Another missed example using figure number 0.
[doc build]
2019-03-27 16:01:11 +01: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
Mickaël Schoentgen
2df594564d
EXA Fix several DeprecationWarning: invalid escape sequence in examples ( #12924 )
2019-01-05 12:22:36 +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
Adrin Jalali
b74a76c11e
DOC reduce plot_gpr_prior_posterior.py warnings( #11664 )
2018-08-22 10:03:44 +10: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
b0e91e4110
[MRG] Examples fixes ( #11539 )
...
* fix contours in gpc xor example
* use LinearSVC in plot_column_transformer
2018-07-16 10:46:43 +02:00
Nicholas Nadeau, P.Eng., AVS
3e26fc63be
MAINT Fixing Typos ( #11017 )
2018-04-24 09:32:25 +10:00
David Kirkby
2afcc36926
Fix propagation of observation error to GP model ( #10026 )
2018-01-18 15:34:01 -08:00
Hanmin Qin
32ac22870d
[MRG+1] Fix warnings in lgtm.com (remove redundant code) ( #9719 )
2017-09-14 11:42:58 +02:00
Rishikesh
d9b525ac6b
[MRG+1] Modify gaussian_process examples for matplotlib v2 comp ( #8394 )
...
* Modify plot_gpc_xor.py for matplotlib v2 comp
Add edgecolors option in scatter plot
Issue: #8364
* Modify plot_gpr_noisy.py for matplotlib v2 comp
Add edgecolors option in scatter plot
Issue: #8364
* Modify plot_gpr_prior_posterior for matplotlibv2
Add edgecolors attribute in scatter plot
Issue: #8364
* Modify plot_gpc.py for matplotlib v2 comp
Add edgecolors attribute in scatter plot.
Issue: #8364
* Modify plot_gpr_noisy.py to remove flake8 error
Modify file to pass travis build
* Cosmetic change in plot_gpr_prior_posterior
Reduce `alpha` for better plot.
Issue: #8364
* Modify plot_gpr_noisy.py for better visualization
Modify colorbar in contour plot.
Issue: #8364
2017-06-19 21:17:15 +02:00
Rishikesh
78149c4085
DOC Modify plot_gpc_iris.py for matplotlib v2 ( #8385 )
...
Add edgecolors option in scatter plot
Issue: #8364
2017-02-21 21:37:42 +11:00
Okhlopkov Daniil Olegovich
83beb5f35f
DOC fix copy-paste error ( #8037 )
...
write correct comment
2016-12-12 08:23:20 +11:00
Gael Varoquaux
1837224751
Merge pull request #6613 from nelson-liu/correct_license_spelling
...
[MRG+1] DOC: fix spellings of 'license'
2016-06-15 13:58:59 +02:00