Open DiogenesAnalytics opened 10 months ago
Currently only the self.threshold default is being used to set the threshold on the plots.
self.threshold
See the following lines: https://github.com/DiogenesAnalytics/autoencoder/blob/58602fd672b2872cef97038f844b833f19a81b14/src/autoencoder/data/anomaly.py#L167
Add an additional kwarg to the function signature.
Problem
Currently only the
self.threshold
default is being used to set the threshold on the plots.Code
See the following lines: https://github.com/DiogenesAnalytics/autoencoder/blob/58602fd672b2872cef97038f844b833f19a81b14/src/autoencoder/data/anomaly.py#L167
Solution
Add an additional kwarg to the function signature.