I'm new to the machine learning.
I've got a huge database of sensor data from weather stations. Those sensors can be broken or have odd values. Broken sensors influence the calculations that are being done with that data.
The goal is to use machine learning to detect if new sensor values are odd and mark them as broken if so. As said, I'm new to ML. Can somebody push me in the right direction or give feedback to my approach.
The data has a DateTime and a value. The sensor values are being pushed every hour.
I appreciate any kind of help!
I've got a huge database of sensor data from weather stations. Those sensors can be broken or have odd values. Broken sensors influence the calculations that are being done with that data.
The goal is to use machine learning to detect if new sensor values are odd and mark them as broken if so. As said, I'm new to ML. Can somebody push me in the right direction or give feedback to my approach.
The data has a DateTime and a value. The sensor values are being pushed every hour.
I appreciate any kind of help!