Skip to content

[MLOps] Wrap model scripts with MLflow experiment tracking #1

@ayushcmd

Description

@ayushcmd

Currently all 4 model scripts (XGBoost, LSTM, Transformer, meta-ensemble)
run independently with no experiment tracking.

What needs to be done

  • Wrap each script with MLflow start_run()
  • Log parameters, metrics, and artifacts for every run
  • Store runs under named experiments (e.g. xgboost-dsi, lstm-forecast)
  • Add mlops/ folder to keep tracking code separate from src/

Why

Makes it easy to compare model versions, reproduce results,
and eventually plug into a Model Registry.

Part of

MLOps layer planned for Dollar Hegemony v2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions