Closed taishanfuxiao closed 2 years ago
from scipy.misc import factorial is error non in the "factorial" in scipy 1.5.2
actual from scipy.special import factorial is right should repair category-encoders scipy version
1. 1. 1.
upgrading statsmodels will fix this issue nowadays: pip install statsmodels --upgrade
pip install statsmodels --upgrade
This is not an issue on our side since we do not import factorial from scipy.misc
factorial from scipy.misc
Expected Behavior
from scipy.misc import factorial is error non in the "factorial" in scipy 1.5.2
Actual Behavior
actual from scipy.special import factorial is right should repair category-encoders scipy version
Steps to Reproduce the Problem
1. 1. 1.
Specifications