Skip to content
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

Add measures for multi-targets #502

Closed
ablaom opened this issue Jan 19, 2021 · 3 comments
Closed

Add measures for multi-targets #502

ablaom opened this issue Jan 19, 2021 · 3 comments
Labels

Comments

@ablaom
Copy link
Member

ablaom commented Jan 19, 2021

I suppose there are two types of composition here - homogeneous and inhomogeneous, which might be implemented differently:

  • homogeneous: all columns of target have the same scitype and we are we are defining our measure as a n-product of a single fixed uni-target measure m. Needed for time-series.

  • inhomogeneous: any two measures (multi-target or uni-target), one can take their product m1 x m2, to get a new multi-target measure .

We should keep in mind that multi-target predictions are tables.

@ablaom
Copy link
Member Author

ablaom commented Jun 10, 2021

Also, one may want to specify per-dimension weights, eg for weighting time series forecasts differently depending on how far in future the forecast is.

@ablaom
Copy link
Member Author

ablaom commented Jun 10, 2021

Note that user-defined measures are a temporary workaround. See one suggestion posted here

@ablaom
Copy link
Member Author

ablaom commented Sep 22, 2023

Closed by #909 and the multimeasure tool provided by StatisticalMeasures.jl

@ablaom ablaom closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant