Skip to content

4. How It Works

Steven Paul Sanderson II, MPH edited this page Nov 16, 2023 · 10 revisions

How It Works

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.

Clone this wiki locally