Skip to content

Commit e65e9a1

Browse files
authored
Update 04_Linear_Regression.ipynb
1 parent 6856bfc commit e65e9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/04_Linear_Regression.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"* **Disadvantages:**\n",
8181
" * The model will perform well only when the data is linearly separable (for classification).\n",
8282
" * Usually not used for classification and only for regression.\n",
83-
"* **Miscellaneous:** You can also use linear regression for binary classification tasks where if the predicted continuous value is above a threshold, it belongs to a certain class. But we will cover better techniques for classification is future lessons and will focus on linear regression for continuos regression tasks only.\n"
83+
"* **Miscellaneous:** You can also use linear regression for binary classification tasks where if the predicted continuous value is above a threshold, it belongs to a certain class. But we will cover better techniques for classification in future lessons and will focus on linear regression for continuos regression tasks only.\n"
8484
]
8585
},
8686
{
@@ -1188,4 +1188,4 @@
11881188
]
11891189
}
11901190
]
1191-
}
1191+
}

0 commit comments

Comments
 (0)