TODO: Update this file
Use model without installation
For developing
cd src
primary workflows
Train model
Optimize hyperparameters
Predict a new observation
Use model as a package
Virtual environment (optional)
python3 -m venv venv
source venv/bin/activate
Installation
From the src/ directory...
python3 -m pip install pip setuptools wheel
python3 -m pip install -e .
If you are developing this package,
python3 -m pip install pip setuptools wheel
python3 -m pip install -e ".[dev]"