aeon icon indicating copy to clipboard operation
aeon copied to clipboard

[DOC] Add API documentation for `range_metrics` module and its functions `(ts_recall, ts_precision, ts_fscore)`

Open Kaustbh opened this issue 7 months ago • 0 comments

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 currently not included in Aeon's API documentation.

This module replaces the now-deprecated functions range_recall, range_precision, and range_f_score.

Suggest a potential alternative/fix

Add the range_metrics module to the API reference documentation.

Kaustbh avatar Apr 29 '25 15:04 Kaustbh