We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa408fe commit e35faaeCopy full SHA for e35faae
docs/Machine Learning/Logistic-Regression.md
@@ -19,7 +19,7 @@ plt.show()
19
20
21
Logistic Regression is a statistical method used for binary
22
-classification problems. It models the probability that a given input
+classification problem. It models the probability that a given input
23
belongs to a particular category.
24
25
Logistic Function (Sigmoid Function): The core of logistic regression is
0 commit comments