andrewm4894 / anomstack

Anomstack - Painless open source anomaly detection for your metrics 📈📉🚀
https://andrewm4894.github.io/anomstack/
MIT License
83 stars 6 forks source link

Handle if model is not found #59

Closed andrewm4894 closed 7 months ago

andrewm4894 commented 7 months ago

This pull request adds error handling for the case when the model is not found. If the model is not found, a warning message is logged and the process continues without loading the model. This prevents the job from failing when a model is missing.