issues
search
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
Fix recursion in hashing encoder
#374
Closed
PaulWestenthanner
closed
2 years ago
PaulWestenthanner
commented
2 years ago
Fixes #371
Proposed Changes
Use while loop instead of recursion in hashing encoder
This avoids reaching the maximum recursion depth for small step sizes
Fixes #371
Proposed Changes