FAU-CS6 / KDD

Lecture and exercise of "Knowledge Discovery in Databases"
GNU General Public License v3.0
22 stars 11 forks source link

Exercise Classification: Init #53

Closed melsigl closed 2 years ago

melsigl commented 2 years ago

Contains exercises to implement the following algorithms: decision tree, naive Bayes, and AdaBoost. In the decision tree exercise, students will implement all mentioned attribute selection methods that are discussed in our lecture. I also fixed errors in the examples of naive Bayes which come to my attention while implementing naive Bayes myself.

Closes issue #20.

Additionally, this PR includes minor changes to the lecture template and exercise archive builder which I will describe shortly:

I am aware that conventionally these are different topics and typically should not be shipped in one PR. Let me know if i should move them to another branch and open separate PRs for these.

Ideally, this PR is merged without squashing as commits are small enough and are disjunct already.