Source code for MLOps, based on -
taxifares_mlops
contains MLOps source code fortaxifares
machine learning code.- The MLOps Python functions will be called from orchestrator Databricks Notebook.
- Ops related integrations (MLflow and Application Insights Metrics, Tracing, etc.) may happen in MLOps source code.
- Mostly no Machine Learning (data science) related logics will be written in MLOps.
- DataFrame I/O will happen in orchestrator Databricks Notebook, not in MLOps source code.