Learn 'Em All is a machine learning framework (python library) with basic support for ML algorithms
- ML Algoritms to include
- Naive Bayes Classifier
- Linear SVMs
- Decision Tree Classifier
- K-nearest neighbor Classifier
- Random Forest Classifier
- Linear Regression
- Logistic Regression
- K-means clustering
- Easily downloadable
- Easily importable
The recommended stack for the project is
- Python 3
- Numpy
- Pandas
- Matplotlib
- Read the guidelines before starting contributing or creating the project.
- Follow the given PR template to contribute to the project.