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 b86e61e commit a498cb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,7 @@ target = pd.read_csv(url, header=0)
sse = sum((dataset['x1'] - target['y']) ** 2)
print('SSE:', sse)

[Automation.md]





0 comments on commit a498cb4

Please sign in to comment.