Kaustubh

Results 9 issues of Kaustubh

## PR summary Issue #28209. This pull request improves the documentation for several key parameters in the `quiver` function of Matplotlib. The goal is to make it easier for users...

#### Reference Issues/PRs Fixes: #2383 #### What does this implement/fix? Explain your changes. This PR adds a new notebook demonstrating the use of the RotationForest classifier. #### Does your contribution...

documentation
examples

### Describe the issue linked to the documentation There are several incorrect or outdated references/links in the Getting Started documentation page: 1. https://github.com/aeon-toolkit/aeon/blob/34445eb37999d94a51c8ef296ba3215f75070112/docs/getting_started.md?plain=1#L317 2. https://github.com/aeon-toolkit/aeon/blob/34445eb37999d94a51c8ef296ba3215f75070112/docs/getting_started.md?plain=1#L359 3. https://github.com/aeon-toolkit/aeon/blob/34445eb37999d94a51c8ef296ba3215f75070112/docs/getting_started.md?plain=1#L388 4. https://github.com/aeon-toolkit/aeon/blob/34445eb37999d94a51c8ef296ba3215f75070112/docs/getting_started.md?plain=1#L406 5....

documentation

### Describe the feature or idea you want to propose When clicking the "Source" link for the `set_params` and `get_params` method in the Aeon documentation, the link returns a `404...

documentation

### Describe the issue linked to the documentation Related Issue: #2066 The newly implemented `range_metrics` module in the Anomaly Detection section, which includes the functions `ts_recall`, `ts_precision`, and `ts_fscore`, is...

documentation

#### Reference Issues/PRs Fixes: #2752 #### What does this implement/fix? Explain your changes. This PR fixes broken "Source" links in the Aeon documentation for the `set_params` and `get_params` methods. Currently,...

#### Reference Issues/PRs FIxes: #2642 #### What does this implement/fix? Explain your changes. 1. FIx Broken Source Link - Use `inspect.unwrap()` to handle wrapped or decorated functions to get the...

documentation
testing

#### Reference Issues/PRs Fixes: #2580 #### What does this implement/fix? Explain your changes. This PR addresses the following improvements in the Aeon documentation: Adding New Notebooks: - Introduces notebooks for...

documentation
examples