## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE)

## ----forecast-----------------------------------------------------------------
# library(proteus)
# fit <- proteus(amzn_aapl_fb, target = "AMZN", dates = "Date",
#                past = 30, future = 10, epochs = 5,
#                future_plan = "future::sequential", verbose = FALSE)
# fit$prediction$AMZN

