You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like self.threshold is assigned already in constructor. The percentile part needs rework into if-else or rework.
As it is now, threshold based on percentile is never assigned and instead default threshold value is used (or if specified by parameter score_threshold
Looks like
self.threshold
is assigned already in constructor. The percentile part needs rework into if-else or rework.As it is now, threshold based on percentile is never assigned and instead default threshold value is used (or if specified by parameter
score_threshold
https://github.com/linkedin/luminol/blob/master/src/luminol/anomaly_detector.py#L115
https://github.com/linkedin/luminol/blob/master/src/luminol/anomaly_detector.py#L53
The text was updated successfully, but these errors were encountered: