# NOT RUN {
Output <- RemixAutoML::AutoH2oGBMHurdleModel(
data,
ValidationData = NULL,
TestData = NULL,
Buckets = 1,
TargetColumnName = "Target_Variable",
FeatureColNames = 4:ncol(data),
TransformNumericColumns = NULL,
Distribution = "gaussian",
SplitRatios = c(0.7, 0.2, 0.1),
NThreads = max(1, parallel::detectCores()-2),
ModelID = "ModelID",
Paths = NULL,
MetaDataPaths = NULL,
SaveModelObjects = TRUE,
IfSaveModel = "mojo",
Trees = 1000,
GridTune = FALSE,
MaxModelsInGrid = 1,
NumOfParDepPlots = 10,
PassInGrid = NULL)
# }
Run the code above in your browser using DataLab