jpj251@nyu.edu
¶I. Evaluating and Interpreting Linear Regression
II. Machine Learning (aka Fancy Regressions)
[In theory,] "the probability of getting the coefficient we got if the null hypothesis is correct"
In practice, too many "moving parts" in experiments (and ESPECIALLY in observational studies) for this to be that meaningful
In this class we focus on:
Biggest difference has to do with the respective goals of the two approaches:
(from Lecture 18.1, Slide 4)
statsmodels
and observe the result(from Lecture 18.1, Slide 10)
scikit-learn
¶import sklearn
(from https://medium.com/ai%C2%B3-theory-practice-business/dropout-early-stopping-188a23beb2f9)