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: Save Plots #33

Open DiogenesAnalytics opened 8 months ago

DiogenesAnalytics commented 8 months ago

Problem

Currently the generated plots from MatplotLib are being manually saved from Jupyter Notebooks.

Solution

Simply add an additional save_path to the function signature to designate where to save plots to.

References