I am trying to test HuberLoss() using the latest n...
# neural-forecast
s
I am trying to test HuberLoss() using the latest neural forecast version. However, I'm running into an error. Can you please help me resolve it? Thanks!
c
Hi @Shreya Mathur. We believe it might be an issue with the latest release of Ray Tune
We are trying to solve the issue. Are you installing neuralforecast directly from pip ?
can you try downgrading Ray to 2.6.3?
s
I tried installing using two different ways. !pip install git+https://github.com/Nixtla/neuralforecast.git & !pip install neuralforecast. Let me try downgrading ray. Thanks!