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 d775833 commit 64b26c5
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=50)
model.fit(X_train, y_train, epochs=100)


# Make and plot predictions for model_1
Expand Down

1 comment on commit 64b26c5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model Metrics

Mean Absolute Error = 1.91, Mean Squared Error = 5.46.

Model Performance

Model performance metrics are on the plot below.

CML watermark

Please sign in to comment.