Kaustubh

Results 61 comments of Kaustubh

Sorry for the delayed response. There is no mention of the expected input dimensions in the documentation. In the latest commit, I modified the internal logic of the `pairwise_distance_matrix` function...

Hi, it is working fine for, 10 time series and 10 time points, ``` a = X[0:10, 10:20] b = X[10:20, 10:20] ``` should I keep the function as it...

It will be great to add more, Please tell me what else we can do.

Yes it is not working for the local build, since the generated source link still point to the local sklearn installation, ex. [https://github.com/aeon-toolkit/aeon/blob/myaeon/lib/python3.12/site-packages/sklearn/base.py#L251-L293](url) because of which the new added condition...

Hi, I am not getting why the test are failing could you please help me identify what might be going wrong?

I think the tests are failing because doctests is not able to capture `stderr` by default.

I noticed that the broken source link issue is not limited to `suppress_output()`. I encountered the same problem in the distances module as well. For example, the function `dtw_alignment_path` leads...