neuralforecast
neuralforecast copied to clipboard
[Bug] Protection missing to probabilistic losses to disallow for usage of `level` and `quantiles` simultaneously.
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