https://github.com/nixtla logo
#neural-forecast
Title
# neural-forecast
s

Shreya Mathur

09/26/2023, 4:23 PM
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

Cristian (Nixtla)

09/26/2023, 4:30 PM
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

Shreya Mathur

09/26/2023, 4:40 PM
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!