oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Logistic Regression Classification #511

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

Next, let's discuss logistic regression, a common machine learning algorithm used for classification and probability prediction. In this module, you'll learn how to:

Fit an S-curve to data
Understand maximum likelihood estimation
Use scikit-learn to fit a logistic regression
Evaluate classification model performance