EHWUSF / HS68_2018_Project_1

0 stars 9 forks source link

Features enhancement of linear regression methods: “statsmodels” and “scikit-learn” #15

Open hhan14 opened 6 years ago

hhan14 commented 6 years ago

Features enhancement of linear regression methods: “statsmodels” and “scikit-learn”

EHWUSF commented 6 years ago

I'd say that adding things to statsmodels is slightly out of scope for this project, but augmenting the scikit-learn linear regression features certainly fits.

Please be more specific about just what specific features you propose to support, though-- it sounds like you want to augment scikit-learn linear regression with some 'print coefficiency' thing from statsmodels, but on the face of it, it sounds to me like something scikit-learn already does, and if I try google searching for "statsmodels print coefficiency" I don't really get any more clarity. And I'm not familiar with the statsmodels summary feature, so that should be explained here also.