scikit-learn-contrib / category_encoders

A library of sklearn compatible categorical variable encoders
http://contrib.scikit-learn.org/category_encoders/
BSD 3-Clause "New" or "Revised" License
2.41k stars 396 forks source link

scipy.misc not exist factorial #307

Closed taishanfuxiao closed 2 years ago

taishanfuxiao commented 3 years ago

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

vinayaksable2399 commented 3 years ago

upgrading statsmodels will fix this issue nowadays: pip install statsmodels --upgrade

PaulWestenthanner commented 2 years ago

This is not an issue on our side since we do not import factorial from scipy.misc