Skip to content

ksuja/predictive-sensor-fault-detection-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Predictive Sensor Fault Detection:
This project uses time-series machine learning to predict and detect faults in industrial temperature sensors (PT100 etc.), supporting smart farming and industrial automation tasks. It processes large datasets, detects outliers, and produces actionable alerts for preventive maintenance.

Dataset:

  • Source: sensor-fault-detection.csv
  • Columns:
    • Timestamp (datetime, UTC)
    • SensorId (integer)
    • Value (float; temperature readings)

Installation:

  • Clone the repository (or download the notebook).
  • Install Python packages:
    • pandas
    • numpy
    • scikit-learn
    • matplotlib
    • seaborn

Results:

  • You’ll get metrics like test MSE, test MAE, and visual anomaly flags.
  • Maintenance alerts can be exported or visualized.

Notes:

  • Designed for temperature sensor data but adaptable for other IoT sensors.
  • Requires time-ordered historical data for best results.

1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published