yzhao062 / pyod

A Python Library for Outlier and Anomaly Detection, Integrating Classical and Deep Learning Techniques
http://pyod.readthedocs.io
BSD 2-Clause "Simplified" License
8.48k stars 1.36k forks source link

fix anogan plot_learning_curves label issue. #451

Closed lambertsbennett closed 1 year ago

lambertsbennett commented 1 year ago

Currently the y-label is overwritten and says 'Iter' instead of 'Loss'. This is a simple one line replacement to fix the plot labels for Anogan's plot_learning_curves plot.

All Submissions Basics:

All Submissions Cores:

lambertsbennett commented 1 year ago

This issue was present for ALAD as well, so I fixed the typo there too.

yzhao062 commented 1 year ago

Thank you!