Andreas Mueller
0c330827c5
DOC minor improvement in Ensemble user guide
2015-02-12 08:32:52 -05:00
Arnaud Joly
c03c01a504
ENH Bring sparse input support to tree-based methods
...
Author: Arnaud Joly <arnaud.v.joly@gmail.com>
Fares Hedayati <fares.hedayati@gmail.com>
2014-11-06 13:58:28 +01:00
Peter Prettenhofer
de11662b6a
we can produce probabilistic outputs using exponential loss
2014-09-22 00:31:12 +02:00
Peter Prettenhofer
ddc5123385
add exponential loss to narrative documentation
2014-09-17 12:14:26 +02:00
Olivier Grisel
2eb1e98eef
MAINT ensure that examples figures are displayed in the correct order
2014-07-14 15:47:17 +02:00
eltermann
b53b573c31
Replaced abbreviated 'w.r.t' to 'with regards to'
2014-02-05 12:59:07 -02:00
Bryan Lunt
d83d65201e
Fixed FS1995 citation.
2014-02-04 01:09:49 -08:00
Peter Prettenhofer
05d88c70bd
GBRT subsection for warm_start
2014-01-08 14:49:57 +01:00
Peter Prettenhofer
2dde9a59c7
fix: warm_start demo in narrative documentation
2014-01-05 12:12:44 +01:00
Peter Prettenhofer
181c515993
moved fit_more to warm_start=True
2014-01-04 16:25:16 +01:00
Peter Prettenhofer
f512bd82c9
renamed partial_fit -> fit_more for GBRT
2014-01-04 14:07:42 +01:00
Peter Prettenhofer
e7a2c2e000
narrative documentation on controlling tree size - might be relevant for weighted boosting and CART as well.
2013-11-22 19:56:12 +01:00
Peter Prettenhofer
098f630d70
GBRT enhancements:
...
Moved verbose output code to VerboseReporter class.
Cosmit: logical structured code blocks
Refactored: moved init state to method
Added partial_fit to GradientBoosting
Fix: is_classification not available; n_features not n_features_
Tests
Add ``partial_fit`` to docs
2013-11-01 21:23:02 +02:00
Olivier Grisel
be71b38292
FIX: broken doctest impacted by stratified CV and tree RNG changes combined...
2013-09-25 16:07:54 +02:00
Gilles Louppe
74d395215b
ENH bagging meta-estimator
2013-09-11 13:51:09 +02:00
Andreas Mueller
26eb3c606f
DOC/EXAMPLES fix more documentation errors, deprecated api usages.
2013-07-28 15:01:48 +02:00
Andreas Mueller
8dd37abd33
DOC fixing some sphinx stuff.
2013-07-27 18:16:46 +02:00
Peter Prettenhofer
4872496c27
doc: hedge the use of OOB estimates
2013-07-25 12:44:50 +02:00
Peter Prettenhofer
b5c055b2d6
more narrative documentation for oob in gbrt
2013-07-24 11:17:33 +02:00
Peter Prettenhofer
08d795adff
rephrased max_features doc
2013-07-24 11:17:33 +02:00
Peter Prettenhofer
898dbc732c
cosmit: better links and a note on efficiency using max_features
2013-07-24 11:17:32 +02:00
Peter Prettenhofer
04e8d2befd
narrative documentation for oob improvement.
2013-07-24 11:17:32 +02:00
Gilles Louppe
a42701e62f
FIX: one more doctest
2013-07-22 12:20:02 +02:00
Gilles Louppe
79953a04d6
WIP: updated documentation
2013-07-22 12:19:59 +02:00
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03:00
Lars Buitinck
6224c4ffad
DOC describe API, not internals, for AdaBoost
2013-04-26 10:40:52 +02:00
Stefano Lattarini
67ece78da4
COSMIT various typofixes
...
As suggested by codespell <https://github.com/lucasdemarchi/codespell >
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Gilles Louppe
4fb6c88478
DOC: narrative documentation on feature importances
2013-02-08 08:41:20 +01:00
Noel Dawe
be2394a219
DOC: notes about examples and minor edits
2013-02-03 21:36:36 +01:00
Noel Dawe
41f3f39313
minor edits in docs
2013-02-03 19:58:30 +01:00
Gilles Louppe
8ecc50458e
FIX: some of Gael comments
2013-02-03 18:45:33 +01:00
Gilles Louppe
79f606f534
FIX: doctest
2013-02-03 13:45:10 +01:00
Noel Dawe
5e49c133e7
fix failing doctest
2013-02-03 04:10:12 +01:00
Gilles Louppe
2eeb724628
DOC: narrative documentation
2013-02-01 10:00:56 +01:00
Gilles Louppe
23cb9ea128
FIX: pprett comments
2013-01-27 14:05:15 +01:00
Noel Dawe
f973c279f6
Merge remote-tracking branch 'upstream/master' into treeweights
2013-01-21 22:18:27 +01:00
Andreas Mueller
637d891754
DOC fix indentation typo
2013-01-20 18:05:47 +01:00
Andreas Mueller
56b47768f0
DOC added user guide links to all estimators on the whatsnew page
2013-01-20 14:23:29 +01:00
Noel Dawe
71ff28c87d
FIX: doctest and slightly larger displacement from zero probabilities (32 vs 64bit doctest instability)
2013-01-14 06:00:03 +01:00
Noel Dawe
81b84c1731
FIX: doctest
2013-01-14 05:17:59 +01:00
Gilles Louppe
da5ee3fe56
DOC: narrative documentation
2013-01-13 13:17:36 +01:00
Noel Dawe
e024e81124
Make BaseWeightBoosting abstract and other misc changes
2013-01-08 22:20:56 -08:00
Gilles Louppe
5b293bcb48
PEP8 and DOC
2013-01-08 22:20:56 -08:00
Gilles Louppe
bf14e98695
DOC: typo
2013-01-08 22:20:56 -08:00
Gilles Louppe
a5c71c63c4
DOC: cosmits
2013-01-08 22:20:56 -08:00
Gilles Louppe
0eec74e4e7
DOC + Better default parameter values
2013-01-08 22:20:56 -08:00
Gilles Louppe
5d29218e7e
DOC: narrative documentation
2013-01-08 22:20:56 -08:00
Gilles Louppe
e9dbfc4b41
DOC
2013-01-08 22:20:55 -08:00
Gilles Louppe
e5ce8f98b0
DOC: cosmits + narrative documentation (begin)
2013-01-08 22:20:55 -08:00
Peter Prettenhofer
dd0deaed36
rephrased the one-way PDP description
2012-12-01 14:13:41 +01:00