Skip to content

Commit

Permalink
fix plot style
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-santiago committed Sep 9, 2023
1 parent c88d45a commit 6b4fc47
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoencoders/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from autoencoders.constants import Constants

constants = Constants()
plt.style.use("ggplot")


def plot_results(results: Dict, metric: str = "acc") -> plt.Figure:
Expand Down
Binary file modified outputs/encoder-accuracy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified outputs/encoder-auc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b4fc47

Please sign in to comment.