## ----setup, include=FALSE-----------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = FALSE)

## ----example------------------------------------------------------------------
# library(lambdaTS)
# 
# result <- lambdaTS(
#   data = bitcoin_gold_oil,
#   target = c("gold_close", "oil_Close"),
#   future = 10,
#   past = 30,
#   deriv = 1,
#   epochs = 5,
#   sample_n = 50,
#   seed = 42
# )

