Arnaud Joly
38c78ea244
Merge pull request #5537 from johannah/module-linear-colorblind
...
[MRG+2] Added colorblind compatibility for plot examples in linear_models
2015-10-23 10:27:01 +02:00
johannah
c9700e2181
Changed from plot to scatter for consistency
2015-10-23 10:26:02 +02:00
Alexandre Gramfort
b102d90926
MISC : Y->y
2015-10-23 10:24:46 +02:00
Arnaud Joly
0ff1fe5782
Merge pull request #5541 from johannah/module-classification-colorblind
...
[MRG] Added colorblind compatibility for plot examples in classification
2015-10-23 10:20:42 +02:00
Andreas Mueller
1863895599
Merge pull request #5506 from RachitKansal/my-work
...
Tweaking the legend of GP plot in plot_compare_gpr_krr.py
2015-10-23 09:21:41 +02:00
johannah
47a8ffa618
Added colorblind compatibility
2015-10-22 18:59:24 +02:00
johannah
824115a4e5
Added colorblind compatibility to classification
2015-10-22 18:32:23 +02:00
Arnaud Joly
3fbd3b9ade
Take into account ngoix comment
2015-10-22 09:51:14 +02:00
Arnaud Joly
7ad90f5a33
Rename since we don't plot anything
2015-10-21 18:08:57 +02:00
Arnaud Joly
4d0ba3ca58
wording
2015-10-21 17:09:38 +02:00
Arnaud Joly
ec8fbefcb9
Take into account amueller comments
2015-10-21 17:05:57 +02:00
Arnaud Joly
c9888a6f8d
Take into account glouppe comments
2015-10-21 17:05:56 +02:00
Arnaud Joly
405c71780f
typo
2015-10-21 17:05:56 +02:00
Arnaud Joly
bc02bd5243
ENH rename decision_paths to decision_path
2015-10-21 17:05:56 +02:00
Arnaud Joly
4d9a955933
DOC make visualizatoin aware of the tree depth
2015-10-21 17:05:55 +02:00
Arnaud Joly
317281bf22
take glouppe comment
2015-10-21 17:05:55 +02:00
Arnaud Joly
392ef504ec
DOC add an example highlighting the tree structure
2015-10-21 17:05:55 +02:00
Rachit Kansal
7a2e2d8536
Tweaking the legend of GP plot in plot_compare_gpr_krr.py
2015-10-21 15:21:29 +05:30
Olivier Grisel
95d4e23e0b
Merge pull request #5436 from Mbompr/plot-roc-example-4976
...
[MRG+1] The code was raising an exception while plotting 2nd curve
2015-10-21 10:42:08 +02:00
MartinBpr
b7acd76b50
Corrected macro ROC in example plot_roc
2015-10-20 17:11:25 +02:00
Elvis DOHMATOB
18f4a29114
ENH: fixes issue #5484
2015-10-20 15:48:38 +02:00
Perrine Letellier
eaf97bf4ea
colorbar doesn't handle label parameter
2015-10-20 13:32:24 +02:00
Alexandre Gramfort
abc032c8f5
Merge pull request #5479 from pletelli/fix_circleci_build
...
[WIP] fontsize legend should not be used because not available for matplotlib < 1.3
2015-10-20 11:52:56 +02:00
Perrine Letellier
627e262254
fontsize legend parameter is not available for matplotlib < 1.3
2015-10-20 11:08:45 +02:00
Raghav R V
e3afc0e8c9
MAINT move custom error/warning classes into sklearn.exceptions
...
ENH NonBLASDotWarning -> EfficiencyWarning; Improve error message
DOC Add exceptions module to modules/classes.rst
MAINT Move ConvergenceWarning, UndefinedMetricWarning et al into exceptions
MAINT Remove ChangedBehaviorWarning from base
DOC/FIX Improve DataConversionWarning's docstring
2015-10-19 22:35:35 +02: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
c6db24e56f
REF Several small changes based on @eickenberg's suggestions
2015-10-19 18:07:13 +02:00
Jan Hendrik Metzen
992b8c474c
DOC Updating GPC XOR example (showing also results for DotProduct kernel)
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
f6d8686eba
ADD Example illustrating Gaussian process classifier on iris dataset
2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen
5b47b044fa
DOC Adding GPC to plot_classification_probability.py example
2015-10-19 18:07:12 +02:00
Jan Hendrik Metzen
daa90c22d3
ENH Adding Matern kernel for Gaussian Processes
2015-10-19 18:07:12 +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
cb9935b729
DOC Extending further the GP documentation
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
a9a884d5b2
DOC Revised plot_gpc example
2015-10-19 18:07:11 +02:00
Jan Hendrik Metzen
0b1fb338c7
DOC Adding example comparing kernel ridge with GPR.
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
04770b1ea1
DOC Adapted old example of fitting with noisy targets to new GPR class
2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen
02ab93e809
ENH GPR can use individual noise-levels for each datapoint
2015-10-19 18:07:10 +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
ebf3f05994
REFACTOR Removed literal form of specifying bounds for ConstantKernel
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
1790b944b6
DOC Adding GPC to plot_classifier_comparison.py script and enabling warm_start
2015-10-19 18:07:10 +02:00
Jan Hendrik Metzen
ff92bc9bd3
FIX Adapted examples and tests to GPC.predict_proba() adapted return shape
2015-10-19 18:04:56 +02:00