-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO.txt
46 lines (26 loc) · 1.2 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Jackson --
Change Splitter (need merirt) (NEED TO MAKE FILE)
Change Split Criterion Merit (IOLIN_info_gain_split_criterion.py)
Change Best Split Function (leaf.py)
Chris --
Change Attempt Split Function (IOLINTreeClassifier.py)
Do we always split with the best split? Or keep Hoeffidnger bound?
Split all in the last layer, but then don't split if the conditional mutual
information is zero.
Change Learn One Function (IOLINTreeClassifier.py)
Implement OLIN Tree
Need to check depth -- Done
Still need to rename stuff to OLIN, but don't want to mess
with files others may be using
Only let one split per attribute -- Done
Create a new tree every batch -- Done
Implement batch training --Done
Create a new IN Tree --Done
EQ 8 -- Ends up being an inf value (because the entropy of the error
is larger than the entropy of the target)
Ryan --
Implements IOLIN
Need to have batch training for concept drift
Need to check on detecting concept drift
Threshold of training and validation error
Documentation (in all files touched)