This is my code
def my_model(units): model = Sequential() model.add(Dense(units,activation=\'sigmoid\', input_shape=(n_features,))) # hidden lay