An open API service indexing awesome lists of open source software.

https://github.com/mohamed-kalandar-sulaiman/transmission-line-fault-detection-using-ml

...
https://github.com/mohamed-kalandar-sulaiman/transmission-line-fault-detection-using-ml

academic-project python3

Last synced: 8 months ago
JSON representation

...

Awesome Lists containing this project

README

          

# Transmission-Line-Fault-Detection-using-ML
Hey there !!!
I did this miniproject as a part of my academic elective course "Programming with Python".
I hope the ipynb file itself is self explanatory. Also you need not install any software or libraries for running this code.
Open ipynb file in Google colab and do the below steps...
To download and use CSV file follow these steps ....................
https://evidencen.com/how-to-upload-your-csv-file-online/
once the csv file gets accessed , preview the csv file .
:)
Features : Va,Vb,Vc, Ia, Ib ,Ic
Target : Fault

Classification ML models used are......
Algorithms:

•DecisionTreeClassifier
•RandomForestClassifier
•KnearestNeighbours
•SupportVectorMachine
•MultiLayerPerceptron

Python Packages used...
•Pandas
•MatplotLib
•Seaborn
•SciKit Learn