diff --git a/docs/_source/_plots/run_modules_schedule.png b/docs/_source/_plots/run_modules_schedule.png new file mode 100755 index 0000000000000000000000000000000000000000..b7549849757118a688bad0c4128b6de694b079bc Binary files /dev/null and b/docs/_source/_plots/run_modules_schedule.png differ diff --git a/docs/_source/customise.rst b/docs/_source/customise.rst index e8aea9554e5a1c96df2b2452b1f1ee7353780b42..e4ea7f6ec596646e579be787635763d79d6b6946 100644 --- a/docs/_source/customise.rst +++ b/docs/_source/customise.rst @@ -5,7 +5,7 @@ Default Workflow :language: python MLAir is constituted of so-called :py:`run_modules` which are executed in a distinct order called :py:`workflow`. MLAir -provides a :py:`default_workflow`. This workflow runs the run modules :py:`ExperimentSetup`, :py:`PreProcessing`, +provides a :py:`DefaultWorkflow`. This workflow runs the run modules :py:`ExperimentSetup`, :py:`PreProcessing`, :py:`ModelSetup`, :py:`Training`, and :py:`PostProcessing` one by one.