Skip to content

⚙️ Configuration

templates/configs/config.yml:

simple_model:
  models_dir: "./models"
  model_name: "linear_regression.v0.0.1-250101"
  threshold: 0.5

🌎 Environment Variables

.env.example:

# ENV=LOCAL
# DEBUG=false
# TZ=UTC
# PYTHONDONTWRITEBYTECODE=0


## -- Docker -- ##
# SSH_PORT=22
# JUPYTERLAB_PORT=8888
# JUPYTERLAB_TOKEN="YOUR_SECRET_TOKEN"