dlpy.model.Model.tune

Model.tune(data, inputs='_image_', target='_label_', **kwargs)

Tunes hyper parameters for the deep learning model.

Parameters
dataCASTable or string or dict

Specifies the CAS table containing the training data for the model

inputsstring, optional

Specifies the variable name of in the input_tbl, that is the input of the deep learning model. Default : ‘_image_’

targetstring, optional

Specifies the variable name of in the input_tbl, that is the response of the deep learning model. Default : ‘_label_’

**kwargskeyword arguments, optional

Specifies the optional arguments for the dltune action. For more details, see deepLearn.dlTune

Returns
CASResults