This repository contains both full implementation and skeleton code. The resources are used for the purpose under 'SNU 4th Industrial Revolution Academy'.
- naive_bayes.py
- Full implementation of Naive Bayes. Since this code contains the answers of exercise, please do not open until the end of the course.
- naive_bayes_exercise.py
- A skeleton code of Naive Bayes. Fill out all TODOs with proper codes. There are some hints for all TODO blocks denoted as ???.
- play_tennis.csv
- Training data for Naive Bayes. Please locate this file at the same directory of naive_bayes_exercise.py.