/Logistic_Regression_From_Scratch

Logistic regression is a statistical technique primarily used for binary classification tasks. It predicts the probability of a binary outcome based on one or more predictor variables. Unlike linear regression, which predicts continuous outcomes, logistic regression deals with categorical outcomes.

Primary LanguageJupyter Notebook

No issues in this repository yet.