Installation

Using pip

python -m pip install feature-encoders

From source

To install feature_encoders from source, first clone the source repository:

git clone https://github.com/hebes-io/feature-encoders.git
cd feature-encoders

Next, you can also install all dependencies using the requirements.txt file in the root of this repository:

python -m pip install -r requirements.txt

Once the dependencies are installed (stay inside of the feature-encoders directory), execute:

python -m pip install .