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
bd19b4fb18def5bfa2f468fa72e1083ee2c8daf2
ML4T
/
assess_learners
History
Felix Martin
bd19b4fb18
Resolve split_value issue in DTLearner and pass all tests.
2020-09-25 10:27:15 -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
Resolve split_value issue in DTLearner and pass all tests.
2020-09-25 10:27:15 -04:00
DTLearner.py
Resolve split_value issue in DTLearner and pass all tests.
2020-09-25 10:27:15 -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
Resolve split_value issue in DTLearner and pass all tests.
2020-09-25 10:27:15 -04:00