Commit Graph

28 Commits

Author SHA1 Message Date
Saurabh Jain 00bc681e10
DOC shorten class links in docstring using tilde (#17470)
* added tilde to bunch of files

* Updated _kde.py

Changed array_like to array-like

* Updated _kde.py

Removed space

* updated _kde.py

Added full stop

* PEP8

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 10:44:13 +02:00
Roman Yurchak 94f2e9c5d8
DOC simpler block delimitation in sphinx-gallery examples (#17068)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-08 23:23:14 -04:00
Lucy Liu 8122e77bee
DOC Fix typos, wording in plot_gradient_boosting_regression.py (#16894) 2020-04-11 13:15:23 -04:00
Katrina Ni 104b736d44
DOC add permutation importance to GradientBoostingRegressor (#16742)
* add permutation importance to gbr

* format document

* separate deviance from feature importance during plotting

* add some analysis

* Update examples/ensemble/plot_gradient_boosting_regression.py

Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>

Co-authored-by: Katrina Ni <kani@tableau.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2020-03-24 10:45:58 +01:00
maikia b65c53d292
DOC plot gradient boosting regression changed to diabetes dataset (#16400) 2020-03-19 09:27:10 +01:00
Olivier Grisel 54c3a1fbe7
DOC More explicit warnings about impurity based feat. imp. (#16382) 2020-02-05 15:20:20 +01:00
Sunmi Yoon 4a187968ff
DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01:00
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