# NOT RUN {
data <- AutoWord2VecModeler(data,
BuildType = "individual",
stringCol = c("Text_Col1",
"Text_Col2"),
KeepStringCol = FALSE,
model_path = NULL,
vects = 100,
SaveStopWords = FALSE,
MinWords = 1,
WindowSize = 1,
Epochs = 25,
StopWords = NULL,
SaveModel = "standard",
Threads = max(1,parallel::detectCores()-2),
MaxMemory = "28G",
SaveOutput = TRUE)
# }
Run the code above in your browser using DataLab