Gaussian Naive Bayes is an extension of the Naive Bayes classification algorithm especially used for problems involving continuous numerical data. This blog will discuss implementing multiclass Classification using Gaussian Naive Bayes through a vectorisation approach. We will start with the basics of Bayes’ Theorem, Gaussian distribution and Naive Bayes. …