Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 602 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 602 Bytes

Implementing Naive Bayes Classifier as a single model for both Categorical and Numeric data from scratch in Python. Check this video for a refresher where I discuss the theory and application intuitively.

We’ll also get introduced to approaching Machine Learning imbalanced binary classification problem; Discussing topics like: Feature Engineering, K Fold Cross Validation and Model Evaluation using several tools and metrics (Precision, Recall. Accuracy, Classification Report, Confusion Matrix).

More Tutorials @ My YT channel