This website requires JavaScript.
Explore
Help
Sign In
baohan
/
scikit-learn
mirror of
https://github.com/scikit-learn/scikit-learn.git
Watch
0
Star
0
Fork
You've already forked scikit-learn
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b4a92e54f5
scikit-learn
/
sklearn
/
tree
History
Raghav R V
cd2ee7e454
MAINT docstring --> comments to prevent nose from using doc in verbose mode
2015-03-21 11:16:49 +05:30
..
tests
MAINT docstring --> comments to prevent nose from using doc in verbose mode
2015-03-21 11:16:49 +05:30
__init__.py
ENH: moved export_graphviz to sklearn/tree/export.py
2013-04-16 12:29:58 +02:00
_tree.c
FIX: add except* in Splitter.init definitions
2015-02-23 08:19:10 +01:00
_tree.pxd
FIX: add except* in Splitter.init definitions
2015-02-23 08:19:10 +01:00
_tree.pyx
FIX: add except* in Splitter.init definitions
2015-02-23 08:19:10 +01:00
_utils.c
FIX: add except* in Splitter.init definitions
2015-02-23 08:19:10 +01:00
_utils.pxd
FIX: Set correct impurity values in BestFirstBuilder
2014-04-10 20:27:37 +02:00
_utils.pyx
MAINT reduce amount of boiler code using standard C operations
2014-06-19 20:13:59 +02:00
export.py
DOC Add note about sample weights in export_graphviz.
2014-11-06 10:23:45 -05:00
setup.py
moved data structures (Stack + Heap) to _utils
2013-11-22 15:33:59 +01:00
tree.py
DOC remove sphinx warnings when generating the doc
2015-03-18 15:49:30 +01:00