Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vb100 authored Mar 24, 2021
1 parent 68232d4 commit d775833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def mse(y_test, y_pred):
metrics = ['mae'])

# Fit the model
model.fit(X_train, y_train, epochs=100)
model.fit(X_train, y_train, epochs=50)


# Make and plot predictions for model_1
Expand Down

0 comments on commit d775833

Please sign in to comment.