-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StatsUpdate #307
StatsUpdate #307
Conversation
@GuyPerets106 |
|
||
if plot: | ||
sns.lineplot(data=df) | ||
plt.xlabel('Batch Num.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@GuyPerets106
interesting that it allows you to mix sns and plt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seaborn is based on matplotlib , it just add to the visuals and capabilities 😄
Updated dependencies in src_py/requirments.txt to include
seaborn
library. Updated stats.py to include graphs and confusion matrices , as well as data frames return values of some functions.Also included some json files defining the 8Device experiment and the jupyter notebook under examples/syntetic_norm/8DeviceTest
More future tasks: