feat: add mlflow and lightbm model

This commit is contained in:
Stijnvandenbroek
2026-03-07 20:45:25 +00:00
parent b944d1f214
commit 61abb37ef4
12 changed files with 1430 additions and 4 deletions

View File

@@ -12,6 +12,10 @@ dependencies = [
"pyfunda",
"jinja2",
"elementary-data[postgres]",
"mlflow",
"lightgbm",
"scikit-learn",
"pandas",
]
[build-system]