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
c4cbffcc13
scikit-learn
/
sklearn
/
tree
History
Andreas Mueller
af101ccd10
ENH check in all classifiers in fit and predict that input is finite. inspired by
#1027
.
2012-11-10 15:53:57 +00:00
..
tests
document sample_mask and X_argsorted in BaseDecisionTree.fit and validate inputs using np.asarray (added two tests as well)
2012-11-08 20:25:26 +01: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
ENH check in all classifiers in fit and predict that input is finite. inspired by
#1027
.
2012-11-10 15:53:57 +00:00