cli.commands.train package
cli.commands.train.commands module
Commands for training models.
- class cli.commands.train.commands.IntListParamType
Bases:
ParamType
Custom parameter type for a list of integers using the click library.
- convert(value, param, ctx)
Convert the value to a list of integers.
- name: str = 'intlist'
the descriptive name of this type