-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
A couple of issues with scores.continuous.quantile_interval_score
I tried using preserve_dims='all' and got the following error message:
TypeError: Supplied dimensions 'all' must be an iterable of strings, not a string itself.
That makes me thing that quantile_interval_score is not using current way scores should be handling dimensions.
Then I went to read the API for the metric but couldn't find it. There is a tutorial, but I could not find quantile_interval_score in the list of metrics under scores.continuous in the API.
cc to @reza-armuei , I think you may implemented this one? Apologies if not.
reza-armuei