The Repositories contains the implementations of some Classifiers which we implemented as part of our ML Course.
- Bayes Classifier.
- Naive Bayes Classifier.
- Linear Regression.
- Each of the classifier is a Python class.
- They can be instantiated as Python objects and after that we can run the
Classifier.fit()
method with the necessary arguments to the classifier.