/mlflow2

Primary LanguagePython

MLflow 2 step example

This example was attempt to create simple 2 step workflow. The idea was inspired by this example:

MLflow example

Project contains:

  • conda.yaml - anaconda env config
  • MLproject - MLFlow project definintion
  • etl.py - simple data preprocessing
  • train.py - training elastic net model
  • main.py - multistep workflow
Daniel Piskorski