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 a1eb179 commit f56b2c7Copy full SHA for f56b2c7
category_encoders/__init__.py
@@ -24,7 +24,7 @@
24
from category_encoders.cat_boost import CatBoostEncoder
25
from category_encoders.glmm import GLMMEncoder
26
27
-__version__ = '2.2.2'
+__version__ = '2.3.0'
28
29
__author__ = 'willmcginnis'
30
0 commit comments