-
Notifications
You must be signed in to change notification settings - Fork 1
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
Visuals #60
Visuals #60
Conversation
chyalexcheng
commented
Nov 30, 2023
- merge branch load_all
- use seaborn to plot statistics and show distributions
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.
Changes looks good. Seaborn is a nice addition to the plotting functionality. See comment on pyproject.toml.
|
||
[tool.poetry.extras] | ||
docs = ["Sphinx", "sphinx-autodoc-typehints", "sphinx-mdinclude", "sphinx-rtd-theme"] | ||
dev = ["pytest", "pytest-cov", "prospector", "pyroma", "h5py"] | ||
rnn = ["wandb", "tensorflow"] | ||
tutorials = ["ipykernel"] | ||
visuals = ["seaborn"] |
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.
Do you think we should add pandas to visuals? It is used in ```plot_pdf`` function.
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.
I think so, although pandas got installed automatically when installing seaborn.