Gael Varoquaux
|
0e5b876c8f
|
DOC: add a reference on multi-output trees
|
2012-09-05 16:49:09 +02:00 |
Gilles Louppe
|
e462bb43eb
|
Fix broken bot (again ;))
|
2012-07-09 18:55:34 +03:00 |
Gilles Louppe
|
886945bf08
|
Fix broken bot (sorry for that!)
|
2012-07-09 18:48:29 +03:00 |
Gilles Louppe
|
f14601adfb
|
DOC: format
|
2012-07-09 17:36:28 +02:00 |
Brian Holt
|
94a5f3ff86
|
added link
|
2012-07-09 13:27:47 +01:00 |
Brian Holt
|
81a1f90a92
|
updated documentation to reflect multi-output DT regression
|
2012-07-09 13:24:49 +01:00 |
Gilles Louppe
|
a08a910304
|
DOC: narrative documentation
|
2012-07-04 13:37:42 +02:00 |
Gilles Louppe
|
f11ff94d4c
|
DOC: Example
|
2012-07-04 12:02:22 +02:00 |
Gilles Louppe
|
5333afa441
|
DOC: narrative documentation
|
2012-07-03 08:48:16 +02:00 |
Gilles Louppe
|
c549cb6418
|
DOC: Scikit-Learn -> scikit-learn
|
2012-07-02 15:18:59 +02:00 |
Gilles Louppe
|
e00d78959b
|
DOC: narrative documentation
|
2012-07-02 14:32:27 +02:00 |
Gilles Louppe
|
0cae649a65
|
ENH: graphviz
|
2012-07-02 13:20:27 +02:00 |
Andreas Mueller
|
00831544b7
|
COSMIT pep8 + "leafs" typo.
|
2012-02-16 11:29:52 +01:00 |
Andreas Mueller
|
49462943cb
|
MISC renamed min_split and min_leaf to min_samples_split, min_samples_leaf, added them to the ensemble classifiers and documented them....
|
2012-02-15 23:38:11 +01:00 |
Andreas Mueller
|
7ba791d168
|
DOC Trying to enhance the tree/forest docs. Headlines in tree, added reference, hopefully better description of 'min_density'.
|
2012-01-14 12:32:12 +01:00 |
Gilles Louppe
|
820d5d079d
|
DOC: Address @vene and @satra comments
|
2011-11-20 09:19:55 +01:00 |
Gilles Louppe
|
742c4275ea
|
DOC: Improved narrative documentation of the tree module
|
2011-11-18 14:10:35 +01:00 |
Gilles Louppe
|
21932a08f0
|
DOC: Cosmitis in the narrative documentation of the tree module
|
2011-11-18 13:18:37 +01:00 |
GaelVaroquaux
|
4ad73b55fc
|
DOC: pdf compilation
Remove an UTF8 character that wasn't accepted by LaTex, and use a PDF
rather than a PPNG to save space
|
2011-11-07 18:47:35 +01:00 |
Bogdan Trach
|
8686d405b9
|
* doc/conf.py: added required latex packages (bm and morefloats)
* doc/images/iris.png: added image based on iris.svg
* doc/modules/tree.rst: changed reference to iris image
|
2011-11-07 18:39:44 +01:00 |
Andreas Mueller
|
746529687f
|
DOCS: Image is aligned to the right...
|
2011-10-18 17:05:10 +02:00 |
Olivier Grisel
|
4873dd65b0
|
DOC: fix broken links + various cosmits
|
2011-10-05 10:27:46 +02:00 |
Olivier Grisel
|
c41fe29b5b
|
cosmit: pep8 and trailing spaces
|
2011-10-05 10:16:51 +02:00 |
Brian Holt
|
8206495414
|
tree construction depends on n_features
|
2011-10-04 16:20:41 +02:00 |
Brian Holt
|
edfcd5d6ec
|
modified threshold comparison from < to <=
|
2011-10-04 13:32:07 +01:00 |
Brian Holt
|
c5ad2c5aa5
|
rewrote GraphvizExporter into a function export_graphviz
|
2011-09-26 10:57:39 +01:00 |
Gael varoquaux
|
185f7ab27f
|
DOC: doc and example cosmetics for trees
|
2011-09-25 19:59:22 +02:00 |
Gael varoquaux
|
dec37be4e2
|
DOC: minor doc ENH for trees
|
2011-09-25 17:51:07 +02:00 |
Gael varoquaux
|
2da76f79a6
|
DOC: fix rst
|
2011-09-25 17:36:42 +02:00 |
Brian Holt
|
0668fd314a
|
included a mathematical formulation for CART
|
2011-09-23 22:29:34 +01:00 |
Brian Holt
|
b81cf2ac8b
|
improved tree documentation
|
2011-09-23 18:48:33 +01:00 |
Brian Holt
|
851847fe39
|
fixed failing docttest
|
2011-09-23 16:51:30 +01:00 |
Brian Holt
|
9baf5400d6
|
updated documentation to reflect min_density concept
|
2011-09-15 12:44:29 +01:00 |
Brian Holt
|
c315c5a6ca
|
improved documentation
|
2011-09-13 12:52:41 +01:00 |
Brian Holt
|
59a0e4e444
|
Updated documentation to include the iris svg example
|
2011-09-12 18:30:37 +01:00 |
Brian Holt
|
0fc78f9042
|
fixed indentation and added section on memory requirements
|
2011-09-12 17:39:20 +01:00 |
Brian Holt
|
af7d7ddd76
|
updated the decision tree docs (not done yet)
|
2011-09-08 22:41:54 +01:00 |
Olivier Grisel
|
860c1aafa3
|
new package name
|
2011-09-03 20:54:12 +02:00 |
Brian Holt
|
21904ed4fc
|
Minor patches to docs
|
2011-08-22 22:46:29 +01:00 |
Brian Holt
|
f49eec5c50
|
FIX: replaced ad-hoc RNG with suggested scikits.learn implementation. Tidied up dependent examples.
|
2011-08-11 12:49:38 +01:00 |
Brian Holt
|
e0852d14f2
|
DOC: Updated the documentation to reflect decision trees.
|
2011-08-11 11:17:14 +01:00 |