-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Add cluster plotting functions in pypots.utils.visualization #182
Conversation
cluster now returns clustering and inputs in a dict
cluster now returns clustering results and results
This pull request had no activity for 14 days. It will be closed in 1 week unless there is some new activity. |
# Conflicts: # pypots/utils/metrics.py
Pull code from PyPOTS dev branch
Pull Request Test Coverage Report for Build 7178080644Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
This pull request had no activity for 14 days. It will be closed in 1 week unless there is some new activity. |
This pull request had no activity for 14 days. It will be closed in 1 week unless there is some new activity. |
This pull request had no activity for 14 days. It will be closed in 1 week unless there is some new activity. |
Adding handful of functions which allow user to visualize individual and mean cluster trajectories. Functions added:
Sample output of plot_clusters():
Sample output of plot_cluster_means():
Related to #177
Before submitting