-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using multiple anomaly detection models #384
Conversation
Hi @Knispel2 -- sorry for the delay.
No problem as long as the models are not too big. How many models do you foreseen?
For the moment, under |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Knispel2 -- and deeply sorry for the delay. I do not understand why you kept the model name ''
in the code as you removed the base model.
Also, could you fix the conflict with the origin?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Knispel2 -- I will then perform profiling check and come back to you before the merge.
Note though that the CI keeps failing with a weird error:
it happens randomly -- sometimes it fails, sometimes it passes. I tried to investigate, but without luck. Do you have any idea what is happening? |
@Knispel2 -- all good for me. Can you fix the conflict, and then I will merge this PR and review the one in fink-filters. |
Sorry for the delay in reply. I have tried many times to replicate this error on my computer, but without success. So I thought it was some specific feature of Github |
Done! |
We want to use several models at the same time to detect anomalies (#377 ). I assume that for each model in the directory
/data/models/anomaly_detection
there will be a separate archive namedanomaly_detection_forest_AAD{name_model}.zip
and the call will occur as follows:Are there any problems with this approach?
Where is the best place to store a list of models?