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
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_WINDOWandSCORE_WINDOW?