Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vb100 authored Feb 28, 2022
1 parent ce0b976 commit 70e2a44
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 @@ -55,7 +55,7 @@ def mse(y_test, y_pred):


# Split data into train and test sets
N = 35
N = 25
X_train = X[:N] # first 40 examples (80% of data)
y_train = y[:N]

Expand Down

1 comment on commit 70e2a44

@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 = 12.58, Mean Squared Error = 236.03.

Model Performance

Model performance metrics are on the plot below.

CML watermark

Please sign in to comment.