From 3d3eddff772c24155adcfb5d3588a10e02427cb2 Mon Sep 17 00:00:00 2001 From: R-icntay <63848664+R-icntay@users.noreply.github.com> Date: Mon, 9 Aug 2021 17:01:32 +0300 Subject: [PATCH] Update lesson_4-R.ipynb --- 2-Regression/4-Logistic/solution/lesson_4-R.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-Regression/4-Logistic/solution/lesson_4-R.ipynb b/2-Regression/4-Logistic/solution/lesson_4-R.ipynb index 59468575..c9e16ce9 100644 --- a/2-Regression/4-Logistic/solution/lesson_4-R.ipynb +++ b/2-Regression/4-Logistic/solution/lesson_4-R.ipynb @@ -432,7 +432,7 @@ ">\r\n", "> \r\n", "

\r\n", - " \r\n", "\r\n", "\r\n", "> where the sigmoid's midpoint finds itself at x's 0 point, L is the curve's maximum value, and k is the curve's steepness. If the outcome of the function is more than 0.5, the label in question will be given the class 1 of the binary choice. If not, it will be classified as 0.\r\n",