TrainingSettings interface

Training related configuration.

Properties

enableDnnTraining

Enable recommendation of DNN models.

enableModelExplainability

Flag to turn on explainability on best model.

enableOnnxCompatibleModels

Flag for enabling onnx compatible models.

enableStackEnsemble

Enable stack ensemble run.

enableVoteEnsemble

Enable voting ensemble run.

ensembleModelDownloadTimeout

During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter with a higher value than 300 secs, if more time is needed.

stackEnsembleSettings

Stack ensemble settings for stack ensemble run.

Property Details

enableDnnTraining

Enable recommendation of DNN models.

enableDnnTraining?: boolean

Property Value

boolean

enableModelExplainability

Flag to turn on explainability on best model.

enableModelExplainability?: boolean

Property Value

boolean

enableOnnxCompatibleModels

Flag for enabling onnx compatible models.

enableOnnxCompatibleModels?: boolean

Property Value

boolean

enableStackEnsemble

Enable stack ensemble run.

enableStackEnsemble?: boolean

Property Value

boolean

enableVoteEnsemble

Enable voting ensemble run.

enableVoteEnsemble?: boolean

Property Value

boolean

ensembleModelDownloadTimeout

During VotingEnsemble and StackEnsemble model generation, multiple fitted models from the previous child runs are downloaded. Configure this parameter with a higher value than 300 secs, if more time is needed.

ensembleModelDownloadTimeout?: string

Property Value

string

stackEnsembleSettings

Stack ensemble settings for stack ensemble run.

stackEnsembleSettings?: StackEnsembleSettings

Property Value