evoluchico / dummyPy

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%