Kaustubh
Kaustubh
if you want to work on it you assign yourself, by commenting `@aeon-actions-bot assign @RohitP2005`
@aeon-actions-bot assign @Kaustbh
I will start working on it.
Got it :+1:
There is a little change in `examples.md` I want to do, and additionally I am thinking of adding a notebook for estimator module.
Hi, @MatthewMiddlehurst I have made the changes, you can review it now.
Okay, I will work on it.
Hi, Matthew, I have made the changes.
Hi, when I am running the below code snippet, ``` from aeon.datasets import load_arrow_head from aeon.distances import euclidean_pairwise_distance from aeon.visualisation import plot_pairwise_distance_matrix X, y = load_arrow_head(split="test", return_type="numpy2D") a = X[10:15,:10]...
Hi, @MatthewMiddlehurst, can you please take a look at the above message?