News

A set of scikit-learn-style transformers for encoding categorical variables into numeric by means of different techniques. All of the encoders are fully compatible sklearn transformers, so they can be ...
In this repository I will put all small python scripts for which it is not useful to create a complete separate repository ## dataframe_onehotencoder.py This script is a simple wrapper around multiple ...