-
Notifications
You must be signed in to change notification settings - Fork 172
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
added plot visualizing the Italy power data #745
added plot visualizing the Italy power data #745
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
hello @kgmuzungu thanks for the contribution! Matt and I are away at conference this week, so may be a bit slow to look at this, but I think the fail is not from your code |
bug independent of this pr for the examples fails, see #747 but its also failing the style test, have you installed pre-commit? Its really helpful for picking these up |
@kgmuzungu could you update this from main? The notebook bug has been fixed |
I will have a look at it! |
removing some preceding spaces in text
…ngu/aeon_at_kg into adapt_docu_distance_based
there were two imports missing in the plotting part. I fixed that. pre-commit had no complains. |
looks great, thanks very much for this |
Hi,
I havnt said hello yet in the Slack channel, but will do. I have been on the PyData Amsterdam. I am really enthusiastic about your project!
Reading through https://www.aeon-toolkit.org/en/latest/examples/classification/distance_based.html I found the Italy power consumption dataset not intuitive. Therefor my suggestion to add a little description plus the plots.
Also and maybe I should not have done this. I allowed all test data and not just the first 10 rows of the test data. The classification is fast enough! Hence I have deleted two rows
X_test = X_test[:10] y_test = y_test[:10]
Maybe you like it.
All the best,
Klaus
For all contributions