Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 709 Bytes

configuration.md

File metadata and controls

19 lines (14 loc) · 709 Bytes

⚙️ Configuration

templates/configs/config.yml:

simple_model:                                       # Just an example to group the configs (Not necessary)
  models_dir: "models"                              # Directory where the models are saved
  model_name: "linear_regression.v0.0.1-240101"     # Name of the model as sub-directory
  threshold: 0.5                                    # Threshold for similarity check

🌎 Environment Variables

.env.example:

# ENV=development
# DEBUG=true