emremrah / Lencoder

A Label Encoder with update capability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lencoder (Label encoder)

You can:

  • Fit a data-encoder to initiate an encoder. The encoder will be saved as a pickle file.
  • Update a previously saved encoder with newcomer data
  • Transform and inverse transform your newcomer data

Constraints:

  • Data only can be retrieved as pandas.Series for now. Improvements will be made.
  • Encoders are going to be saved as pickle files to given directory. Improvements can be made.

About

A Label Encoder with update capability

License:MIT License


Languages

Language:Python 100.0%