Developing a logistic regression algorithm from scratch using python, Any helpful idea? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 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