Open dkibalnikov opened 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)
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
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