Machine Learning using Sklearn #4: Logistic Regression

Опубликовано: 28 Май 2025
на канале: Lintang Wisesa
365
7

Scikit-learn (Sklearn) is a free machine learning package/library for the Python programming language. In this video, I'm gonna demonstrate how to create a machine learning model using logistic regression algorithm from sklearn package. Logistic regression is estimating the parameters of a logistic model; it is a form of binomial regression. Mathematically, a binary logistic model has a dependent variable with two possible values, such as pass/fail, win/lose, alive/dead or healthy/sick; these are represented by an indicator variable, where the two values are labeled "0" and "1".

Full tutorial & source code:
https://github.com/LintangWisesa/Skle...

* * * * * * * * * * * * * * * * * * * * * *
Email: [email protected]
Fb:   / simplinnovation  
Twitter:   / lintang_wisesa  
Blog: http://simplinnovation.blogspot.co.id/
Youtube:    / lintangbagus  
Instructables: http://www.instructables.com/member/L...
Hackster: https://www.hackster.io/lintangwisesa
GitHub: https://github.com/LintangWisesa

* * * * * * * * * * * * * * * * * * * * * *

#simpLINnovation