Feature selection methods
- By: Mike Lasby
- Last Update: 2023-01-05
Run the following commands:
conda env create -f environment.yml
conda activate ingeniator
python setup.py develop
Run the following commands:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python setup.py develop
- Coming soon