In this series, we are going to code a Naive Bayes classifier from scratch in Python. And in this video, we are going to write the code that is going to execute the first step of the Naive Bayes algorithm.
Links:
Corresponding blog post: https://www.sebastian-mantey.com/code...
GitHub repo: https://github.com/SebastianMantey/Na...
the "problem of rare values": • Naive Bayes explained: Why "naive"?, the p...
Corresponding playlist: • Naive Bayes from Scratch in Python: Introd...
"Naive Bayes from scratch" playlist: • Naive Bayes from Scratch in Python: Introd...
Timestamps:
0:00 - Introduction
1:07 - Determining values for the label
7:37 - Determining probabilities for the features
19:35 - Handling the “problem of rare values”