You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good catch. @kleinschmidt you thought StatsModels didn't depend on DataFrames anymore, but you cheated!
It shouldn't be too hard to fix by using Tables.materializer on the input data to return the same type of table object, without depending on DataFrames. We would return a NamedTuple when a matrix is passed. I can fix this when getting rid of TableRegressionModel (#32), but we may want to apply a simpler fix before that.
Tests don't catch it probably because they load DataFrames. Designing a test that would catch the error sounds hard.
I'm getting a
DataFrame not defined
error when attempting to use theinterval
keyword argument in thepredict
function.Code to reproduce:
The text was updated successfully, but these errors were encountered: