Skip to content

mklasby/ingeniator

Repository files navigation

ingeniator

Feature selection methods

  • By: Mike Lasby
  • Last Update: 2023-01-05

Installation

Conda venv creation

Run the following commands:

  1. conda env create -f environment.yml
  2. conda activate ingeniator
  3. python setup.py develop

VENV creation

Run the following commands:

  1. python -m venv .venv
  2. source .venv/bin/activate
  3. pip install -r requirements.txt
  4. python setup.py develop

pypi and poetry support:

  • Coming soon

About

ingeniator - Feature Engineering for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages