queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

simplify statsmodels integration #71

Closed piever closed 6 years ago

piever commented 6 years ago

The code to fit StatisticalModel and RegressionModel changed a bit in StatsModels to accomodate models without intercept (see here). I think that instead of changing every time StatsModels changes, it's probably simpler to convert to a DataFrame as soon as the fit function is called.

davidanthoff commented 6 years ago

Yes, that makes sense, thanks!