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
In #18264 we tried to remove the get_dummies import from core.api and put it in core.reshape.api. This caused statsmodels to fail. We kept get_dummies in core.apiwith a TODO to remove it whenever statsmodels makes their next release.
We only have to delete this line as the import was kept in core.reshape.api
The text was updated successfully, but these errors were encountered:
xref #18341
In the currently released version of statsmodels module
statsmodels/discrete/discrete_model.py
does this:@TomAugspurger fixed this here
In #18264 we tried to remove the
get_dummies
import fromcore.api
and put it incore.reshape.api
. This caused statsmodels to fail. We keptget_dummies
incore.api
with a TODO to remove it whenever statsmodels makes their next release.We only have to delete this line as the import was kept in
core.reshape.api
The text was updated successfully, but these errors were encountered: