neuralforecast icon indicating copy to clipboard operation
neuralforecast copied to clipboard

[Bug] Protection missing to probabilistic losses to disallow for usage of `level` and `quantiles` simultaneously.

Open kdgutier opened this issue 2 years ago • 0 comments

Distribution Losses are missing a protection of duplicated level and quantiles initialization, see: https://github.com/Nixtla/neuralforecast/blob/main/neuralforecast/losses/pytorch.py#L1050

kdgutier avatar May 29 '23 16:05 kdgutier