This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Description
At present, running cross validation for LightningContainer is not supported.
- Add code to support cross validation for LightningContainer models. This must rely on the Lightning DataModules taking cross validation index correctly into account. (is there a way we can ensure that this is really the case?)
- Should support running in AzureML and when running locally on a VM
AB#4036