/Naive-Bayes-Scala

An implementation of the Naive Bayes algorithm in Scala from scratch. Made for learning purposes.

Primary LanguageScala

Naive Bayes in Scala

This is an implementation - from scratch - of the famous Machine Learning algorithm. It’s based on this blog post. There you can find its explanation and the Python code.