From 7f16803393e5efd93b38b82452d82bb6178f4dd2 Mon Sep 17 00:00:00 2001 From: GoloshchapovDY Date: Wed, 12 Nov 2025 19:33:18 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BA=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA7/task.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/TEMA7/task.md b/TEMA7/task.md index 8f2e7d8..edfc39a 100644 --- a/TEMA7/task.md +++ b/TEMA7/task.md @@ -69,15 +69,14 @@ 0.4122951289244803 - 12.385610008633048 | 5 [3, 2, 5] -Гистограмма сохранена в файле Figure_2.png ![График](Figure_2.png) ## 3. ->>> linear_regression = lambda b1, b2, x: b1+b2 * x ->>> result = linear_regression (2,3,5) ->>> result -17 + >>> linear_regression = lambda b1, b2, x: b1+b2 * x + >>> result = linear_regression (2,3,5) + >>> result + 17