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 8725059 commit c8d64b9Copy full SHA for c8d64b9
category_encoders/__init__.py
@@ -27,7 +27,7 @@
27
from category_encoders.target_encoder import TargetEncoder
28
from category_encoders.woe import WOEEncoder
29
30
-__version__ = '2.8.0'
+__version__ = '2.8.1'
31
32
__author__ = 'willmcginnis', 'cmougan', 'paulwestenthanner'
33
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "category_encoders"
3
-version = "2.8.0"
+version = "2.8.1"
4
description = "A package for encoding categorical variables for machine learning"
5
authors = ["PaulWestenthanner <paul@westenthanner.dev>"]
6
license = "BSD-3"
0 commit comments