This message was deleted.
# neural-forecast
s
This message was deleted.
j
Hey. This has been fixed in the main branch, can you install from github (
pip install git+<https://github.com/Nixtla/neuralforecast.git|https://github.com/Nixtla/neuralforecast.git>
) while we make a release?
u
@José Morales (Nixtla) Thank you for your response. I installed and ran it with
Copy code
pip install git+<https://github.com/Nixtla/neuralforecast.git>'
,but I encountered an new error.
Copy code
`'AttributeError: 'NeuralForecast' object has no attribute 'uids'
Could you provide assistance on this issue?
j
Oh yes, I realize I broke this in a different way now, I'll push a fix and let you know, sorry for the troubles. In the meantime you could save the dataset as well and that should fix it, i.e. set
save_dataset=True
in the call to
NeuralForecast.save
a couple of cells above.
u
It's working well after saving the dataset! Thank you so much.