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
)

Arguments

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

Value

"gcva_automlTabularTrainingJob" object