-
Notifications
You must be signed in to change notification settings - Fork 7
4. How It Works
Steven Paul Sanderson II, MPH edited this page Nov 16, 2023
·
10 revisions
The regression and classification functions work in identical fashions so we will only pick on the regression function, that is to say, how does the fast_regression()
function work. While, it does work for many, it does fail for some, which means the design is flawed and it is possible at this point that it is a fundamental flaw (which I think it is). First I will post the code, and then we will see what the output of each step looks like.