From b86e61ee506587a9d114cd0045cd2a57b2c440ad Mon Sep 17 00:00:00 2001 From: David O <148862921+David001d@users.noreply.github.com> Date: Tue, 9 Jan 2024 22:51:48 +0100 Subject: [PATCH] Update Automation.md --- Automation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automation.md b/Automation.md index a35e0f8..f12bc01 100644 --- a/Automation.md +++ b/Automation.md @@ -95,7 +95,7 @@ target = pd.read_csv(url, header=0) sse = sum((dataset['x1'] - target['y']) ** 2) print('SSE:', sse) - +[Automation.md]