TODO: Update this file

mlopsTemplateTest2

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]"

Primary workflows