Aarshay Jain
|
a74d31a339
|
ENH 13 more examples fixed with matplotlib 2.0 (#9029)
|
2017-06-28 14:56:27 +02:00 |
Óscar Nájera
|
8b46c616df
|
Python 2 backwards compatibility in example
This lines breaks the gallery build in python 2, which is the version on
which CircleCI runs. Other option is to build the docs on Python 3
|
2016-08-03 20:23:50 +02:00 |
Olivier Grisel
|
41035a0f19
|
ENH less verbose output in plot_partial_dependence example
|
2016-01-04 14:19:28 +01:00 |
trevorstephens
|
eb4bd0931c
|
fix pplot example for uneven grids
|
2016-01-04 14:19:27 +01:00 |
Loïc Estève
|
3daab8a998
|
FIX fetch_california_housing
Using a different resource than lib.stat.cmu.edu which has not been fixed yet.
|
2016-01-04 11:52:31 +01:00 |
Andreas Mueller
|
37c8d0297b
|
HOTFIX actually fixing the california housing problem
|
2015-12-14 11:49:41 -05:00 |
Andreas Mueller
|
f9ae546a67
|
HOTFIX skip partial dependence plot so we can run circleci without errors.
|
2015-12-11 16:16:57 -05:00 |
Andreas Mueller
|
fb123ed24b
|
More doc fixes. Latex builds again.
|
2015-11-20 16:30:45 -05:00 |
Raghav R V
|
f67e911124
|
DOC Modify documentation/examples for the new model_selection module
|
2015-10-29 16:49:23 +01:00 |
Gilles Louppe
|
b499743c93
|
DOC: update examples, use matplotlib.pyplot instead of pylab
|
2014-02-27 10:22:21 +01:00 |
Jaques Grobler
|
8861833ec9
|
DOC spellfixes
|
2013-06-29 16:18:23 +03:00 |
Lars Buitinck
|
837093df7f
|
P3K: use print as a function in the examples
Also corrected some typos, including two people misspelling their own names :)
|
2013-02-01 15:04:42 +01:00 |
Andreas Mueller
|
38b455d541
|
Cosmit pep8
|
2012-12-25 13:16:05 +01:00 |
Peter Prettenhofer
|
8897c6d206
|
use 100 instead of 800 n_estimators; looks the same but faster; ESLII uses 800
|
2012-12-03 20:37:32 +01:00 |
Peter Prettenhofer
|
fd82afae95
|
renamed: ncols -> n_cols;
partial_dependence_plots -> plot_partial_dependence
|
2012-11-27 08:36:46 +01:00 |
Peter Prettenhofer
|
f47ff8579e
|
show how to use ``partial_dependence`` to generate custom plots.
|
2012-11-25 23:20:40 +01:00 |
Peter Prettenhofer
|
0163d94f2a
|
fix links
|
2012-11-20 22:34:59 +01:00 |
Peter Prettenhofer
|
e96064302e
|
switch axis for 2-way plot; better to compare with above plot
|
2012-11-20 22:12:39 +01:00 |
Peter Prettenhofer
|
6cb2b83c5b
|
updated example
|
2012-11-20 18:48:06 +01:00 |
Peter Prettenhofer
|
4f70ab3beb
|
uses plotting convenience function
|
2012-11-19 22:26:17 +01:00 |
Peter Prettenhofer
|
2ffbf28d48
|
add plot titles
|
2012-11-10 21:10:55 +01:00 |
Peter Prettenhofer
|
4249edc304
|
renamed datasets.cal_housing to datasets.california_housing
|
2012-11-10 20:16:10 +01:00 |
Peter Prettenhofer
|
830b405d0c
|
call pl.show
|
2012-11-10 20:08:46 +01:00 |
Peter Prettenhofer
|
d859eb09a9
|
typo
|
2012-11-10 18:52:15 +01:00 |
Peter Prettenhofer
|
bf5c124192
|
rename learn_rate -> learning_rate
|
2012-11-10 12:56:13 +01:00 |
Peter Prettenhofer
|
c8145ce603
|
rename dependency -> dependence
|
2012-10-30 08:45:50 +01:00 |
Peter Prettenhofer
|
23fb18ddb9
|
fix: feature_importances_
|
2012-10-30 08:32:53 +01:00 |
Peter Prettenhofer
|
87d3246e9e
|
renamed dependency -> dependence; docstring and cosmit
|
2012-10-30 08:24:59 +01:00 |