hi guys! new here. is there a way to implement cus...
# general
h
hi guys! new here. is there a way to implement custom models with nixtla's framework ?
m
Hello! You can follow this guide on adding new models to neuralforecast. PRs are always welcome!
h
thanks. FYI - the link in step 5 is broken (https://github.com/Nixtla/neuralforecast/blob/main/contributing.md)
m
Thanks for pointing it out! Here's a working link: https://github.com/Nixtla/neuralforecast/blob/main/CONTRIBUTING.md
🙌 1
j
Hi! I was about to ask the same question. @Marco, I see that your answer is focused on NeuralForecast, but is it possible to create my own simple statistical method in the style of StatsForecast?
m
Sure, you can see how to contribute to Statsforecast here.