-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Currently only the self.threshold default is being used to set the threshold on the plots.
Code
See the following lines:
autoencoder/src/autoencoder/data/anomaly.py
Line 167 in 58602fd
| threshold=self.threshold, |
Solution
Add an additional kwarg to the function signature.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request