configure training
The configure training
command configures a training experiment. In the notebook, you will be guided through a template form that will prompt you for various inputs, such as the experiment name, the ML model name, whether the experiment is Deep Learning or Machine Learning, and other parameters.
Syntax
Parameters
To create a new training experiment:
Select New from the Training Experiment drop-down list.
Specify a name for the training experiment.
Specify a model name.
Select the type of training: Machine Learning or Deep Learning.
Select the input dataset name.
Remove any dataset features that are not needed.
Specify the output feature.
Click the Save Configuration button to save the training configuration.
Example
Last updated