Skip to content

Commit

Permalink
Update Automation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
David001d authored Jan 9, 2024
1 parent 2a20ca6 commit b86e61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ target = pd.read_csv(url, header=0)
sse = sum((dataset['x1'] - target['y']) ** 2)
print('SSE:', sse)


[Automation.md]



Expand Down

0 comments on commit b86e61e

Please sign in to comment.