The repository contains ML models for detection of electricity fraud.
1.) Import the project on Google Colab
!git clone https://github.com/yash-yp/Electricity-Fraud-Detection
!mv /content/Electricity-Fraud-Detection/* ./
2.) Unzip the dataset
!7za e data.7z
3.) Run preCode.py to obtain the datasets for visualizations, training and testing.
!python preCode.py
4.) Uncomment the required the model from models.py and run it to get the required results
!python models.py