Ssanainsana-codes.hashnode.dev·Jan 20, 2021 · 4 min readNaive BayesIntroduction In this article, I will give you an introduction to the Naïve Bayes algorithm. It is simple but also a fast algorithm. It has been successfully used for many purposes, but it works well with natural language processing problems. It is a ...00
Ssanainsana-codes.hashnode.dev·Jan 20, 2021 · 2 min readAll about Mean, Median, and ModeWe all have heard these words many times but, in Data science it is like a root of a tree. That is why we should know about this topic. It is too simple but important for exploratory data analysis. Now let's understand this one by one with example Me...00