Commit Graph

68 Commits

Author SHA1 Message Date
Pavel 6cd2f57b7f Fixed typos. 2012-10-13 00:14:48 +04:00
Lars Buitinck 9423e9c808 DOC various typos and other minor stuff 2012-10-11 11:26:22 +02:00
Peter Prettenhofer e4aefd6e4a add quantile regression example to gbm doc 2012-08-16 22:14:57 +02:00
Andreas Mueller 180312b7f9 DOC doctest failed on my box because I had higher precision... 2012-07-22 20:21:10 +01:00
Gilles Louppe 532c54c5ac Merge branch 'master' of github.com:scikit-learn/scikit-learn into tree-mo
Conflicts:
	sklearn/tree/_tree.c
2012-07-09 17:32:43 +02:00
Peter Prettenhofer abdfcfc9d8 fix: section label for gbrt was wrong 2012-07-07 19:10:16 +02:00
Peter Prettenhofer 89cb7056b7 removed quantile regression example 2012-07-07 19:08:07 +02:00
Gilles Louppe a08a910304 DOC: narrative documentation 2012-07-04 13:37:42 +02:00
Gilles Louppe 386631e46c DOC: example 2012-07-04 13:02:48 +02:00
Gilles Louppe 358884a602 DOC: typo 2012-07-02 14:36:24 +02:00
Gilles Louppe e00d78959b DOC: narrative documentation 2012-07-02 14:32:27 +02:00
Peter Prettenhofer 802ed82737 Merge branch 'master' into gbrt-huber 2012-06-18 18:10:38 +02:00
Peter Prettenhofer 18326419ac better docs for quantile reg 2012-06-15 16:14:55 +02:00
Peter Prettenhofer 7e2ffbfe5c huber and quantile loss for gbrt 2012-06-14 22:06:12 +02:00
Olivier Grisel 78595aaf22 FIX #898: narrative documentation for feature importances in forest models 2012-06-08 21:17:32 +02:00
Olivier Grisel c5a7effcc6 trailing space 2012-06-08 19:41:47 +02:00
Gael Varoquaux 2114142e51 DOC: fix rst layout 2012-05-08 23:28:56 +02:00
Peter Prettenhofer a247a3e245 point out scalability problem with large numbers of classes;
use ``n_classes`` instead of ``K``
2012-03-26 08:55:05 +02:00
Olivier Grisel 96726707d9 typo + cosmetics 2012-03-25 00:26:23 +01:00
Peter Prettenhofer 057caefa81 update docs 2012-03-22 08:43:06 +01:00
Peter Prettenhofer 67ac31d615 boston -> Boston 2012-03-18 12:14:21 +01:00
Peter Prettenhofer 2359ac092f type (differentiable) 2012-03-18 12:13:21 +01:00
Peter Prettenhofer 4fe5520249 enhanced documentation 2012-03-18 12:11:15 +01:00
Peter Prettenhofer 15e46bf640 mention multi-class 2012-03-18 11:57:33 +01:00
Peter Prettenhofer de3991a5b5 updated documentation: plots for gradient_boosting, new sample generator 2012-03-12 22:19:20 +01:00
Peter Prettenhofer 73320c4545 Merge branch 'master' into gradient_boosting
Conflicts:
	doc/modules/ensemble.rst
	sklearn/ensemble/tests/test_forest.py
	sklearn/tree/_tree.c
	sklearn/tree/tree.py
2012-03-03 11:40:01 +01:00
Olivier Grisel fcec0ff7d1 DOC: formatting improvement to ensemble.rst 2012-02-26 19:18:33 +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
Peter Prettenhofer 62081984e4 cosmit: fix doc format 2012-02-01 20:48:50 +01:00
Peter Prettenhofer e2e7d51045 cosmit: fix doc format 2012-02-01 20:47:51 +01:00
Peter Prettenhofer 125aa0409f polished narrative documentation. fixed doctest. 2012-02-01 20:45:53 +01:00
Peter Prettenhofer e79552d3a3 use mean_squared_error 2012-02-01 19:49:31 +01:00
Peter Prettenhofer 3077ace4c2 fix: import numpy in doctest 2012-01-24 23:04:40 +01:00
Peter Prettenhofer 46ff908558 wip: narative documentatio for gradient boosting. 2012-01-24 23:00:08 +01:00
Peter Prettenhofer 91a36a3008 wip: narrative doc for gradient boosting. 2012-01-24 09:46:21 +01:00
Peter Prettenhofer 6c07fc9be8 Merge branch 'master' into gradient_boosting 2012-01-19 09:03:29 +01:00
GaelVaroquaux 1917b0b8e9 DOC: prettify ensemble docs 2012-01-16 10:12:51 +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
Peter Prettenhofer ded1e17c41 fix: table layout 2012-01-10 09:55:29 +01:00
Peter Prettenhofer d581006000 wip: narrative doc 2012-01-10 09:53:45 +01:00
Peter Prettenhofer 8c65e21a3d work in progress on GBRT docs 2012-01-09 22:03:49 +01:00
Peter Prettenhofer e85edc8011 started work on gradient boosting docs 2012-01-08 18:29:15 +01:00
Peter Prettenhofer 4a70636701 Merge branch 'tree-feature-importance' into old-gradient-boosting
Conflicts:
	sklearn/tree/_tree.c
	sklearn/tree/tree.py
2012-01-06 20:02:15 +01:00
Gilles Louppe 4cc04d07fc FIX: max_features=None by default on single DT 2012-01-03 11:15:08 +01:00
Gilles Louppe 4946c627c9 DOC: fix broken doctest 2012-01-03 11:09:50 +01:00
Gilles Louppe 885a43ad51 DOC: typo 2012-01-03 10:47:11 +01:00
Gilles Louppe 00102c12f2 DOC: Added warning to default values 2012-01-03 10:44:04 +01:00
Gilles Louppe b92ad6265d DOC: Review of the narrative doc wrt max_features 2012-01-03 10:28:09 +01:00
Gilles Louppe e0c3eb3d05 DOC: Parallel computations in forest 2011-12-30 15:04:24 +01:00
Gael varoquaux e692a3277a TST: fix touchy doctest 2011-12-29 20:35:04 +01:00