8000 [ENH] percentage metrics should allow "divided by forecast" · Issue #8227 · sktime/sktime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[ENH] percentage metrics should allow "divided by forecast" #8227

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

Open
fkiraly opened this issue Apr 27, 2025 · 2 comments · May be fixed by #8308
Open

[ENH] percentage metrics should allow "divided by forecast" #8227

fkiraly opened this issue Apr 27, 2025 · 2 comments · May be fixed by #8308
Labels
enhancement Adding new functionality feature request New feature or request good first issue Good for newcomers module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting module:metrics&benchmarking metrics and benchmarking modules

Comments

@fkiraly
Copy link
Collaborator
fkiraly commented Apr 27, 2025

The percentage metrics currently are either relative to the actual, or relative to the mean of actual and forecast (symmetric).

A parameter should be added that also allows to normalize by the forecast only, e.g., by introducing an argument relative_to that is by default "y_true".

Update: this has been implemented for the functions in #8266.

It should now be added to the classes, with same argument.

@fkiraly fkiraly added enhancement Adding new functionality feature request New feature or request module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting module:metrics&benchmarking metrics and benchmarking modules labels Apr 27, 2025
@fkiraly
Copy link
Collaborator Author
fkiraly commented Apr 27, 2025

(requested by Gal on discord)

@fkiraly fkiraly changed the title [ENH] percentage metrics should allow "divided to forecast" [ENH] percentage metrics should allow "divided by forecast" Apr 27, 2025
@fkiraly fkiraly added the good first issue Good for newcomers label Apr 27, 2025
@fkiraly fkiraly moved this to PR in progress in May - Sep 2025 mentee projects May 21, 2025
fkiraly pushed a commit that referenced this issue May 22, 2025
…le relative-by-prediction metrics - part 1, functions (#8266)

Towards #8227

#### Implementation
* Implements a parameter `relative_to`,
* updates the doc string
@pranav33317
Copy link

@fkiraly , Sir has this issue been solved ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adding new functionality feature request New feature or request good first issue Good for newcomers module:forecasting forecasting module: forecasting, incl probabilistic and hierarchical forecasting module:metrics&benchmarking metrics and benchmarking modules
Projects
Status: PR in progress
2 participants
0