1
0
Fork 0
ML4T/assess_learners
Felix Martin 8ee47c9a1d Finish report for project 3. 2020-09-26 10:52:05 -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
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
assess_learners.md Finish report for project 3. 2020-09-26 10:52:05 -04:00
figure_1.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_2.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_3.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_4.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_5.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_6.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
figure_7.png Create charts for project 3 report. 2020-09-26 10:29:53 -04:00
grade_learners.py Start working on project assess learners. 2020-09-21 22:15:46 -04:00
testlearner.py Create charts for project 3 report. 2020-09-26 10:29:53 -04:00