dlpy.model.Model.tune¶
-
Model.
tune
(data, inputs='_image_', target='_label_', **kwargs)¶ Tunes hyper parameters for the deep learning model.
Parameters: - data : CASTable or string or dict
Specifies the CAS table containing the training data for the model
- inputs : string, optional
Specifies the variable name of in the input_tbl, that is the input of the deep learning model. Default : ‘_image_’
- target : string, optional
Specifies the variable name of in the input_tbl, that is the response of the deep learning model. Default : ‘_label_’
- **kwargs : keyword arguments, optional
Specifies the optional arguments for the dltune action. For more details, see deepLearn.dlTune
Returns: - CASResults