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
When I originally worked on LinearModel, I assumed that fit() would set data after the model was built, so build_model just put in some dummy data. In later refactoring, this assumption turned out not to be true, so LinearModel never set the model data in the fitting process. I will prepare a PR for a test to check the fit of parameters and add setting data to LinearModel.build_model.
The text was updated successfully, but these errors were encountered:
When I originally worked on
LinearModel
, I assumed thatfit()
would set data after the model was built, sobuild_model
just put in some dummy data. In later refactoring, this assumption turned out not to be true, soLinearModel
never set the model data in the fitting process. I will prepare a PR for a test to check the fit of parameters and add setting data toLinearModel.build_model
.The text was updated successfully, but these errors were encountered: