View source: R/training_pipeline_jobs.R
gcva_automl_tabluar_training_job | R Documentation |
constructs a training job for running
gcva_automl_tabluar_training_job(
displayName,
weightColumn = NULL,
optimizationPredictionType = c("regression", "classification"),
budgetMilliNodeHours = 1000,
optimizationObjective = NULL,
column_transformations = NULL
)
displayName |
STRING Required. The user-defined name of this TrainingPipeline |
weightColumn |
STRING column name of weight |
optimizationPredictionType |
STRING Required. model type, one of: "regression", "classification" |
budgetMilliNodeHours |
model budget, defaults to 1 hour or 1000 |
optimizationObjective |
objective to optimize for |
column_transformations |
list of columns and column types, each pair a list |
"gcva_automlTabularTrainingJob" object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.