A simple implementation of the Naive Bayes Algorithm to understand its inner workings.
The dataset used here is the Tennis Weather Dataset from Kaggle.
The completed Jupyter Notebook is available here or in the current repo.
Check the PDF file for complete description and walkthrough on how Naive Bayes was implemented.