Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
bionictoucan committed Feb 28, 2019
1 parent f9c5c7b commit 2ea5dd0
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 48 deletions.
119 changes: 72 additions & 47 deletions testing_example.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def plot_hist(hist_dict,feature,idx):
plt.bar(np.arange(5),hist_dict[feature][idx],tick_label=["Filaments","Flare ribbon","Prominence","Quiet Sun","Sunspot"])
plt.yscale("log")
plt.ylim(plt.ylim()[0],1)
plt.ylabel("Normalised probability for each class label")
plt.ylabel("Normalised probability")

0 comments on commit 2ea5dd0

Please sign in to comment.