dummyPy

A python module to transform categorical variables to one hot encoded vectors. It can handle categorical variables of a dataset that cannot be fit into memory. It also works well with the train test framework common in machine learning tasks.


Keywords
testing, logging, example
License
MIT
Install
pip install dummyPy==v0.3

Documentation

dummyPy

A python module to transform categorical variables to one hot encoded vectors. It particularly handles categorical variables of a dataset that cannot be fit into memory.

You can find a small tutorial in this blog post.

Any issue/bug reports or feature requests are greatly appreciated.