In this project we have used a .csv electricty meter dataset and trained it using one of the ML classifiers such as Logistic Regression and once it was trained we have gathered input from the user and using the trained model had performed some predictions!
1. Install Scikit-Learn
pip install scikit-learn
2. Install Pandas
pip install pandas
3. Install matplotlib
pip install matplotlib
Technologies used in the project:
- Scikit-Learn
- Logistic Regression Classifier
- Pandas
- Matplotlib