Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 3.44 KB

File metadata and controls

18 lines (12 loc) · 3.44 KB

Power Transformers Failure Prediction

This is a sample code repository of the power transformer's health state (index) analysis or prediction by the regression model for experiment and learning purposes. The sample dataset is also published in Kaggle (Sample Power Transformers Health Condition Dataset).

Health Index and Transformer Expected Lifetime reference table from ResearchGate paper (An Approach to Determine the Health Index of Power Transformers) alt text

Contents:

  • power_transformer_health_state_data_analysis.ipynb <-- Sample of basic data exploration and analytic.
  • data/Health index2.csv <-- Sample dataset of power transformer conditions with corresponding health state (index).
  • aml_endpoint_test.py <-- Script to test prediction endpoint from Azure Machine Learning (AML).

Reference: