Configuring a Job with Params
To set up Params, follow these steps:- Setup the params in job form. Here, you’ll provide details regarding the arguments you want to make params. You’ll need to provide the name, description, and default value for each parameter.
- In the command you specify while configuring the Job, you need to specify a command template. It will be like the following:
python train.py --C {{c_val}} --kernel {{kernel}}.