microsoft / anomalydetector

SR-CNN
MIT License
257 stars 70 forks source link

Questions abotu usability of hyperparameters and what they mean. #37

Open rajdeep-biswas opened 3 years ago

rajdeep-biswas commented 3 years ago

These are the hyperparameters that are specified within the code but there is no documentation that describes how exactly do they affect anomaly detection. Could you please shed some light on what each of these exactly mean for the model, especially MAG_WINDOW and SCORE_WINDOW?

MAX_RATIO = 0.25
EPS = 1e-8
THRESHOLD = 0.3
MAG_WINDOW = 3
SCORE_WINDOW = 40