tracer0tong
|
53713c95d5
|
Fix for issue #6352
|
2016-02-17 02:05:25 +00:00 |
trevorstephens
|
9a0c421962
|
fix rounding, adjust tests for 32 bit export_graphviz
|
2015-10-30 16:18:22 -07:00 |
yelite
|
fea218e5cf
|
In tree, min_samples_split and min_samples_leaf now accept float number as percentage.
|
2015-10-24 23:18:52 +02:00 |
Frank Zalkow
|
a8976e710a
|
fixes
|
2015-08-14 20:31:57 +02:00 |
Frank Zalkow
|
d0ce6322b7
|
added newline (for pep8) and reverted to regex solution due to 0.0/-0.0 problem on windows
|
2015-08-14 20:27:01 +02:00 |
Frank Zalkow
|
6d78d3d678
|
implemented improvement suggestions
|
2015-08-14 14:58:43 +02:00 |
Andreas Mueller
|
a8626b36a6
|
TST/COSMIT remove nose call boilerplate
|
2015-05-28 14:54:01 -04:00 |
trevorstephens
|
271849953f
|
Pretty decision trees
|
2015-05-09 17:06:07 -07:00 |
Raghav R V
|
cd2ee7e454
|
MAINT docstring --> comments to prevent nose from using doc in verbose mode
|
2015-03-21 11:16:49 +05:30 |
Gilles Louppe
|
2d16aee90e
|
FIX: use XorShift random number generator
|
2013-09-22 19:36:09 +02:00 |
Gilles Louppe
|
9c07ca32b9
|
FIX: module RAND_R_MAX
|
2013-09-22 19:35:39 +02:00 |
Noel Dawe
|
b62b0d3dc5
|
tree export_graphviz: remove unused close parameter and close the file if out_file is a string
|
2013-08-26 00:43:09 -07:00 |
Gilles Louppe
|
a3985775b1
|
FIX: broken tests based on rng
|
2013-07-22 12:20:01 +02:00 |
Lars Buitinck
|
c7266ec712
|
ENH back-port rand_r from 4.4BSD
This function is not available on Windows and is deprecated by POSIX.
Fetched from OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/rand.c
This reverts commit 6f737ad8d5b29a098df6b2ad0fdd1db38e801db8.
|
2013-07-22 12:20:01 +02:00 |
Gilles Louppe
|
0c795872c8
|
WIP: revert use of rand_r
|
2013-07-22 12:20:01 +02:00 |
Gilles Louppe
|
4c032ac02f
|
WIP: use re-entrant rand_r
|
2013-07-22 12:20:01 +02:00 |
Gilles Louppe
|
167bbec3e1
|
FIX: export_graphviz test
|
2013-07-22 12:19:58 +02:00 |
Gilles Louppe
|
3200735d1c
|
WIP: fix export functions
|
2013-07-22 12:19:56 +02:00 |
Andreas Mueller
|
465e053c49
|
COSMIT pep8
|
2013-04-28 15:46:13 +02:00 |
Gilles Louppe
|
2b01f3aada
|
ENH: output criterion name instead of "error" in export_graphviz
|
2013-04-16 12:29:58 +02:00 |
Gilles Louppe
|
813d1a4049
|
ENH: add max_depth to export_graphviz
|
2013-04-16 12:29:58 +02:00 |
Gilles Louppe
|
e084727613
|
ENH: moved export_graphviz to sklearn/tree/export.py
|
2013-04-16 12:29:58 +02:00 |