We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d120937 commit 3ae3710Copy full SHA for 3ae3710
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+v2.4.1
2
+======
3
+
4
+* Fixed a bug with categorical data type in LeaveOneOut encoder
5
+* Do not install examples as a package on its own
6
7
v2.4.0
8
======
9
category_encoders/__init__.py
@@ -25,7 +25,7 @@
25
from category_encoders.glmm import GLMMEncoder
26
from category_encoders.quantile_encoder import QuantileEncoder, SummaryEncoder
27
28
-__version__ = '2.4.0'
+__version__ = '2.4.1'
29
30
__author__ = "willmcginnis", "cmougan"
31
0 commit comments