You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlbertoAlmuinha Followed the steps given and installed the neural prophet. Successfully created the python environment and installed the nprophet. I am getting some error while initialising the parameters.
@AlbertoAlmuinha Followed the steps given and installed the neural prophet. Successfully created the python environment and installed the nprophet. I am getting some error while initialising the parameters.
model_spec<- neural_prophet(
freq = "D",
growth = "linear",
trend_reg = 3,
learn_rate = 0.1,
changepoint_range = 0.8,
#seasonality_mode = "additive"
)%>%set_engine("prophet")
This is how I am initilaising the parameters in the function
But I am getting the below error
Error in pkg.env$nprophet$NeuralProphet(growth = growth, changepoints = changepoints, :
attempt to apply non-function
Some(
Error in pkg.env$nprophet$NeuralProphet(growth = growth, changepoints = changepoints, : attempt to apply non-function
)The text was updated successfully, but these errors were encountered: