Parameter
|
Description
|
Applies to Job Type
|
||
---|---|---|---|---|
jobName
|
A name to reference the job.
|
Training, Validation
|
||
datasetRef
|
Click to open a dialog box, select Add, and enter a datasetUri and a format (must be parquet).
|
Training, Validation
|
||
modelUri
|
Enter the ID of an existing predictive model. Use the following format: results:/models/<model ID>
|
Validation
|
||
goalField
|
Field name of the goal variable.
|
Training, Validation
|
||
ensembleTechnique
|
Technique for aggregating the learner output if multiple learners are used. This parameter is optional. Defaults to SOLOIST if only one learner is used. Defaults to ELITE_AVERAGE if multiple learners are used.
|
Training
|
||
learners
|
Click to open a dialog box, select Add, and enter at least one learningTechnique.
|
Training
|
||
validationHoldoutPercentage
|
Enter a number greater than 0 and less than 1 to indicate what percentage of the data will be held out for validation.
|
Training
|
||
createConfidenceModel
|
Click True to enable confidence model creation.
|
Training, Validation
|
||
confidenceLevel
|
Enter a number greater than 0 and less than 1 that will be used to calculate the likelihood of an actual value falling within a specific range. The default value is 0.8.
|
Training, Validation
|