plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Andreas Mueller
5b1aca08c2
MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples.
2015-12-10 12:11:48 -05:00
yelite
fea218e5cf
In tree, min_samples_split and min_samples_leaf now accept float number as percentage.
2015-10-24 23:18:52 +02:00
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05: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
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02: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
Immanuel Bayer
189ac2f386
renaming 'learn_rate' in 'learning_rate'
2012-11-03 08:17:42 +00:00
Peter Prettenhofer
4b5aada830
use staged predict in gbrt examples
2012-03-29 10:26:43 +02:00
Peter Prettenhofer
0dc117aaf6
update examples
2012-03-20 15:59:29 +01:00
Peter Prettenhofer
249ea7bd0d
new predict utils for early stopping; updated examples
2012-03-12 22:20:04 +01:00
Peter Prettenhofer
24a1b3aa02
expose 'ls' loss function for classification
...
added new example (GB regularization)
fix: min_split -> min_samples_split in examples
2012-03-05 22:26:06 +01:00
Peter Prettenhofer
e79552d3a3
use mean_squared_error
2012-02-01 19:49:31 +01:00
Peter Prettenhofer
8648cfefec
renamed estimators to estimators_
2012-01-24 22:59:47 +01:00
Peter Prettenhofer
ad288a34eb
changed ``n_iter`` to ``n_estimators`` and attribute ``trees`` to ``estimators``.
2012-01-24 09:45:12 +01:00
Peter Prettenhofer
83bedfdfcf
merge with master finally resolved!
2012-01-06 21:38:10 +01:00
Peter Prettenhofer
6d90b2b9dc
stub for gradient boosting documentation
2011-11-23 23:07:32 +01:00
Peter Prettenhofer
87c5317f1c
store loss object in estimator
2011-11-23 21:58:26 +01:00
Peter Prettenhofer
1569b7373b
added test deviance to GBRT example
2011-11-14 22:34:50 +01:00
Peter Prettenhofer
0d54dfa689
added gradient boosting regression example
2011-11-14 21:53:47 +01:00