diff --git a/docs/Machine Learning/Logistic-Regression.md b/docs/Machine Learning/Logistic-Regression.md index a6de3d00f..34904faaa 100644 --- a/docs/Machine Learning/Logistic-Regression.md +++ b/docs/Machine Learning/Logistic-Regression.md @@ -19,7 +19,7 @@ plt.show() Logistic Regression is a statistical method used for binary -classification problems. It models the probability that a given input +classification problem. It models the probability that a given input belongs to a particular category. Logistic Function (Sigmoid Function): The core of logistic regression is