Developing a logistic regression algorithm from scratch using python, Any helpful idea? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Developing a logistic regression algorithm from scratch using python, Any helpful idea?

A logistic regression challenge

16th Apr 2020, 9:26 PM
Precious Charles
Precious Charles - avatar
1 Answer
+ 2
Try to design any particular solver first to solve the linear equation. The solver is at heart of logistic regression and then use a likelihood function to compare and improve the solver output iteratively. Once the solver outputs line parameters, a simple calculation on input value with these coefficients and intercepts will give the output value.
31st May 2020, 5:15 AM
fork()
fork() - avatar