Understanding Logistic Regression in Pythonic Way
Let's take an example suppose you see two people Ashutosh & Abhishek and guessed that Abhishek is obese and Ashutosh is non-obese. But If you want to perform same task using machine how would you perform. Here Classification based models come into picture. Based on the data that has been provided to machine, it will predict whether the person is obese or not. Logistic Regression is the combination of Linear Regression and Sigmoid Function.
Jul-9-2021, 21:21:03 GMT