Closed boneyag closed 2 years ago
Replace dict constructor with dict comprehension In category_encoders/leave_one_out.py, because it is much faster.
dict
category_encoders/leave_one_out.py
Thanks for pointing that out and fixing it :)
Proposed Changes
Replace
dict
constructor withdict
comprehension Incategory_encoders/leave_one_out.py
, because it is much faster.