I am currently working on a project that requires fault detection of engines based on the available data.

The available information are parameters that were recorded during annunciation of the previous faults, historical data on the engines of that model and obviously the engine itself, and some rules that were defined in the control logic to trigger the faults.

Unfortunately, the triggering logic provides many false positives despite rigorous QA before deployment. Therefore, using an ML or AI algorithm or any other approach that could be helpful in this area, I would like to update the triggering logic that would minimize the false positives and improves accuracy and precision of detection while does not affect performance (speed) significantly.

Any help in this area is appreciated.

Similar questions and discussions