Skip to content
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

Merged
merged 6 commits into from
Sep 20, 2023

Conversation

kgmuzungu
Copy link
Contributor

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
  • I've added myself to the list of contributors.
  • Optionally, I've updated aeon's CODEOWNERS to receive notifications about future changes to these files.
  • The PR title starts with either [ENH], [MNT], [DOC], or [BUG] indicating whether the PR topic is related to enhancement, maintenance, documentation, or bug.
  • For new estimators, I've added the estimator to the online documentation.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@TonyBagnall
Copy link
Contributor

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

@TonyBagnall TonyBagnall added the documentation Improvements or additions to documentation label Sep 19, 2023
@TonyBagnall
Copy link
Contributor

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

@TonyBagnall
Copy link
Contributor

@kgmuzungu could you update this from main? The notebook bug has been fixed

@kgmuzungu
Copy link
Contributor Author

I will have a look at it!

@kgmuzungu
Copy link
Contributor Author

there were two imports missing in the plotting part. I fixed that. pre-commit had no complains.

@TonyBagnall
Copy link
Contributor

looks great, thanks very much for this

@TonyBagnall TonyBagnall merged commit bbf4749 into aeon-toolkit:main Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants