This website requires JavaScript.
Explore
Help
Sign In
felixm
/
ML4T
Watch
1
Star
0
Fork
0
You've already forked ML4T
Code
Releases
Activity
Files
7007bc75149ea176d24ec19cb116391c7e176215
ML4T
/
assess_learners
History
Felix Martin
7007bc7514
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
2020-09-24 22:15:41 -04:00
..
AbstractTreeLearner.py
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
2020-09-24 22:15:41 -04:00
BagLearner.py
Finish all learners, but they don't pass tests. I have to figure out why they perform so bad.
2020-09-24 17:32:29 -04:00
DTLearner.py
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
2020-09-24 22:15:41 -04:00
grade_learners.py
Start working on project assess learners.
2020-09-21 22:15:46 -04:00
InsaneLearner.py
Finish all learners, but they don't pass tests. I have to figure out why they perform so bad.
2020-09-24 17:32:29 -04:00
LinRegLearner.py
Start working on project assess learners.
2020-09-21 22:15:46 -04:00
RTLearner.py
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
2020-09-24 22:15:41 -04:00
testlearner.py
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
2020-09-24 22:15:41 -04:00