MakoStrwlkr / CSC110-Project

0 stars 0 forks source link

TODO #17

Open cocoliliace opened 3 years ago

cocoliliace commented 3 years ago

Good job guys we're almost done. Just gotta finish these in the order listed before handing in.

MakoStrwlkr commented 3 years ago

I don't know much about the other parts, but if anyone wants to use the regression model, just initialize it by passing the parameters: {: [values]}, {>dependent-var-name>: [values]}, degree, precision. Then you'll have access to all methods define for the regression model, including accuracy measurements and plotting.

As for section 6, I completely changed my approach since phase 1 (going from calculus method to linear algebra method), and modified it so that it can be extrapolated for all degrees. As for whether it makes sense to extrapolate, well, we can talk about that in discussion.

I suggest we start working on these things immediately.