Frakert / Predictive-Maintenance-Membrane-pumpm

In this project i will attempt to make a Predictive maintenance model for a membrane pump at CPP.
0 stars 0 forks source link

Check whether or not a batch is complete #1

Closed Frakert closed 1 year ago

Frakert commented 1 year ago

Currently the code will just start processing all batches it gets a batchcode from.

However if the data collection starts or stops in such a way only half the batch data is in the dataset this could lead to some weird behavior and even possible false positives or negatives.

To stop this i want to check for this and filter out any and all batches this might apply to. Possibly also implement a minimum time length of about 20 min to filter out weird batches.

Frakert commented 1 year ago

fixed a few commits back