hey, is it possible to add a a few models together...
# neural-forecast
h
hey, is it possible to add a a few models together such as TCN-RNN for example ?
m
Hello! No, it's not something you can do in neuralforecast 🙂
k
Here is a tutorial on how to add your own models @Huseyn Zeynalov: https://nixtlaverse.nixtla.io/neuralforecast/examples/how_to_add_models.html
Alternatively you can create the forecast for both TCN and RNN and ensemble the predictions.
🙌🏻 1