File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Categorical Encoding Methods
22============================
33
4+ ![ Test Suite and Linting] ( https://github.com/scikit-learn-contrib/category_encoders/workflows/Test%20Suite%20and%20Linting/badge.svg )
45[ ![ DOI] ( https://zenodo.org/badge/47077067.svg )] ( https://zenodo.org/badge/latestdoi/47077067 )
56
67A set of scikit-learn-style transformers for encoding categorical
Original file line number Diff line number Diff line change 2424from category_encoders .cat_boost import CatBoostEncoder
2525from category_encoders .glmm import GLMMEncoder
2626
27- __version__ = '2.2.0 '
27+ __version__ = '2.2.1 '
2828
2929__author__ = 'willmcginnis'
3030
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = 'latest'
67+ from category_encoders import __version__
68+ version = __version__
6869# The full version, including alpha/beta/rc tags.
69- release = 'latest'
70+ release = __version__
7071
7172# The language for content autogenerated by Sphinx. Refer to documentation
7273# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments