zelphir.kaltstahl
|
e172c5e1a3
parallelize k-fold crossvalidation for folds
|
4 years ago |
zelphir.kaltstahl
|
8e93dbe8b2
parallelize splitting subsets
|
4 years ago |
zelphir.kaltstahl
|
8882898f4c
add note about parallelism for better grep-ability
|
4 years ago |
zelphir.kaltstahl
|
d5e0f147e3
improve comment
|
4 years ago |
zelphir.kaltstahl
|
1ab346db44
add comment for import
|
4 years ago |
Zelphir Kaltstahl
|
0bc8bc3ee5
add debug logs
|
5 years ago |
zelphir.kaltstahl
|
594ea7d19b
add run example script and move print-tree there
|
5 years ago |
zelphir.kaltstahl
|
a7a8d69c3f
parallelize getting the best split (column level)
|
5 years ago |
zelphir.kaltstahl
|
45d8efa9b8
adapt select-min-cost-split
|
5 years ago |
zelphir.kaltstahl
|
459e0564a1
remove todo, usage of car is OK here
|
5 years ago |
zelphir.kaltstahl
|
b0d6075bc1
renaming of utils modules
|
5 years ago |
zelphir.kaltstahl
|
43290ee473
add todo comments for parallelism
|
5 years ago |
zelphir.kaltstahl
|
67d801c996
move tree printing procedure to tree module
|
5 years ago |
zelphir.kaltstahl
|
526ce93aa3
separate pruning module
|
5 years ago |
zelphir.kaltstahl
|
90a79c8f89
separate prediction module
|
5 years ago |
zelphir.kaltstahl
|
9f4cfbedab
separate metrics module
|
5 years ago |
zelphir.kaltstahl
|
6c4ea6f70f
move comment into doc string, improce long lines
|
5 years ago |
zelphir.kaltstahl
|
30d9c2ab95
bugfix: use iteration variable instead of argument
|
5 years ago |
zelphir.kaltstahl
|
2f290fa32d
remove debug log
|
5 years ago |
zelphir.kaltstahl
|
1b5108c825
one less linebreak
|
5 years ago |
zelphir.kaltstahl
|
ea0faf1063
fix indentation
|
5 years ago |
zelphir.kaltstahl
|
60470ec52f
rename data-set -> dataset
|
5 years ago |
zelphir.kaltstahl
|
288bf0abdf
rename banking dataset
|
5 years ago |
zelphir.kaltstahl
|
573c1fcf2d
change name of keyword argument to be more consistent
|
5 years ago |
zelphir.kaltstahl
|
7c56c7456f
prefix usage of first from srfi-1
|
5 years ago |
zelphir.kaltstahl
|
718bbaf6f1
avoid struct-copy usage
|
5 years ago |
zelphir.kaltstahl
|
6666882d4c
prefix srfi-1 import to avoid name clash with list utils imports
|
5 years ago |
zelphir.kaltstahl
|
fb69905d5b
bugfix: do not use label column as split feature
|
5 years ago |
zelphir.kaltstahl
|
825bcde253
remove inexact->exact conversion
|
5 years ago |
zelphir.kaltstahl
|
6815b744df
import list utils for flatten
|
5 years ago |