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

Bugfix #339

Closed glevv closed 2 years ago

glevv commented 2 years ago

fixed bug when CatBoostEncoder did not use a parameter to weight the prior #311

PaulWestenthanner commented 2 years ago

Thanks for the fix @GLevV and for pointing it out @xuanqing94