n_col = X_tr_ss.shape[1] n_out = y_tr_ss.shape[1] com_name = \'mlp\' dn_lyr = [256, 128] drp_out = [0.2] actv_name = [\'relu\',\'relu\'] n_patience = 5 n_epoch = 3