Closed smpawlowski closed 6 months ago
Thanks for reporting. The fix is in the master branch now.
Please let's know if it address your issues. If so, we will make a new release. Thanks!
Hi! The code and test update look good. Unfortunately I can't fully test at the moment because of firewall/source code restrictions at my company. I can easily test if you make a release. Thanks for looking into it so quickly!
v3.1.1 is released.
3.1.1 fixes the issue! Thanks again!
Describe the bug LinearModel.predict requires DataFrame that contains the predicted variable. This likely affects other models as well.
Expected behavior Predict should work with explanatory variables only.
Actual behavior Predict throws when predicted variable is not included in the DataFrame.
Code snippet
Exception
Input data In the snippet ^
Additional context