scikit-learn/sklearn/tree
Gilles Louppe 34cdc4e222 FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
..
tests FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
__init__.py DOC: Standardized the module documentation format (2) 2011-11-30 11:05:10 +01:00
_tree.c FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
_tree.pxd change dtype of y to float64 (aka DOUBLE_t) 2012-07-21 15:54:36 +02:00
_tree.pyx FIX: prevent early stopping in tree construction (2) + Test 2012-10-22 15:36:36 +02:00
setup.py BUILD: add libm onlyon posix systems 2012-05-06 15:32:59 +02:00
tree.py DOC fixed default value of ``compute_importance`` in DecisionTreeClassifier docstring. 2012-09-15 18:10:43 +01:00