This repositoy contains the implementation of a Bayes Classifier, written from scratch with Numpy.
The goal of this small project was to write a simple ml algorithm with an understandable, documented and user-friendly structure.
- Singlevariate Normal Distribution
- Poisson Distribution
- Gamma Distribution
- Multivariate Normal Distribution
$ python example_x.py
$ python -m pytest