Releases: erdogant/df2onehot
Releases · erdogant/df2onehot
1.0.8
- Fix in return labels in case deep extract I used and nothing was to extract.
1.0.7
- fix for new release sklearn encoder parameter
v1.0.6
- Fix in case column labels are not unique
v1.0.4
- added parameter
remove_multicollinearity
to remove arbitrary features from the one-hot encoded features.
v1.0.3
- remove mutual exclusive features
v1.0.2
sklearn
changed into scikit-learn
in both requirements and setup file.
v1.0.1
- Ignore warnings
- A copy of the input dataframe is used to prevent changes in the original one.
- Some code cleaning
0.2.16
- Added missing requirement: tqdm setup and requirements.txt