name: My MLflow Project

python_env: python_env.yaml

entry_points:
  main:
    command: "python myTrainingScript.py"
