trnnick / nnfor

31 stars 15 forks source link

"Error: C stack usage 7970512 is too close to the limit" #10

Open dkibalnikov opened 5 years ago

dkibalnikov commented 5 years ago

Error is thrown when use forecast function. air.fit.mlp <- mlp(air.train) air.fcst.mlp <- forecast(air.fit.mlp, h = 35)

The same problem is occurred for both local R session (MacOS) and RStudio Cloud