business-science / modeltime.gluonts

GluonTS Deep Learning with Modeltime
https://business-science.github.io/modeltime.gluonts/
Other
39 stars 9 forks source link

how can we install modeltime.gluonts and neuralprophet together #55

Open AparnaSN opened 1 year ago

AparnaSN commented 1 year ago

I have been using the time series model nbeats in my work and is giving better results

I would like to implement the neuralprophet model along with nbeats.

I could implement neuralprophet independently. But the neurlprophet throws some unexpected issues when try to implement along with nbeats.

I think both of them uses the reticulate package to install

Is there a way to install both the packages together