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
395
forks
source link
Fix bug with GLMMEncoder polluting global random state
#298
Closed
THargreaves
closed
3 years ago
THargreaves
commented
3 years ago
Fixes N/A
Proposed Changes
Save the user's random state before setting the seed for
GLMMEncoder
Reset random state on completion or failure
Fixes N/A
Proposed Changes
GLMMEncoder