mml.core.scripts.schedulers.upgrade_scheduler
- class UpgradeScheduler[source]
AbstractBaseScheduler implementation for the Dataset and MML Upgrade process. Includes the following subroutines: - upgrade - downgrade For upgrade we always assume to upgrade to the currently installed version of MML. For downgrade, we assume that previously MML has been upgraded to the currently installed version and is now downgraded to the specified version in cfg.mode.version.
- create_routine() None[source]
This scheduler implements two subroutines, one for dataset preparation and one for task preparation.
- Returns:
None