DiogenesAnalytics / autoencoder

Python library implementing various autoencoders.
https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
MIT License
0 stars 0 forks source link

Feature: Set Threshold for Plots #32

Open DiogenesAnalytics opened 10 months ago

DiogenesAnalytics commented 10 months ago

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.