@Gregory Jacobs Thanks for the question. For parallel/distributed training - if deep learning, frameworks like PyTorch and Tensorflow can typically be distributed directly or use something like Horovod to easily scale out on Azure ML Clusters - see an example here.
Another I've been watching is HyperGBM/Hypernets: DataCanvasIO/Hypernets: A General Automated Machine Learning framework to simplify the development of End-to-end AutoML toolkits in specific domains. (github.com), DataCanvasIO/HyperGBM: A full pipeline AutoML tool for tabular data (github.com).