Learn R Programming

RemixAutoML (version 0.11.0)

AutoH2OTextPrepScoring: AutoH2OTextPrepScoring is for NLP scoring

Description

This function returns prepared tokenized data for H2O Word2VecModeler scoring

Usage

AutoH2OTextPrepScoring(data, string = NULL, MaxMem = NULL,
  NThreads = NULL, StartH2O = TRUE)

Arguments

data

The text data

string

The name of the string column to prepare

MaxMem

Amount of memory you want to let H2O utilize

NThreads

The number of threads you want to let H2O utilize

StartH2O

Set to TRUE to have H2O start inside this function

See Also

Other Misc: ChartTheme, PrintObjectsSize, RemixTheme, SimpleCap, multiplot, percRank, tempDatesFun, tokenizeH2O

Examples

Run this code
# NOT RUN {
data <- AutoH2OTextPrepScoring(data = x,
                               string = "text_column",
                               MaxMem = "28G",
                               NThreads = 8,
                               StartH2O = TRUE)
# }

Run the code above in your browser using DataLab