The best way to learn logistic regression is by doing it. Let's go! If this vid helps you, please help me a tiny bit by mashing that 'like' button. For more #rstats joy, crush that 'subscribe' button!
Пікірлер: 7
@EquitableEquations6 ай бұрын
You can find materials supporting this vid (and many others) at github.com/equitable-equations/youtube.
@RProgramming1013 ай бұрын
Super interesting video - thanks Andrew
@EquitableEquations3 ай бұрын
Thanks Greg!
@haraldurkarlsson11475 ай бұрын
Very nice. I have been testing the mlr package for modeling - it is a lot more complex than tidymodels but might be more powerful.
@pipertripp6 ай бұрын
So under the hood, is some numerical method like gradient decent used to find the MLE of the parameters of the model?
@EquitableEquations6 ай бұрын
I'm sure you're right, though I haven't researched exactly how R implements the numerical optimization.
@pipertripp6 ай бұрын
Yeah, just a guess on my part. Been studying MLE in general lately, but so far only closed form stuff like the binomial and Poisson distributions. Just trying to get a handle on how the technique works.