# NOT RUN {
# }
# NOT RUN {
library(dplyr)
library(readr)
# start h2o engine (using all CPU's by default)
h2o.init()
# performing Deep Learning Regression using the custom function
self_learn_ai_R(price_dataset = prices,
indicator_dataset = macd,
num_bars = 75,
timeframe = 1,
path_model = path_model,
write_log = TRUE)
# stop h2o engine
h2o.shutdown(prompt = F)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab