Sep 1, 2023 3m read Patrick Hoefler You can use Coiled Run and Coiled Functions for easily running scripts and functions on a VM in the cloud. In this post we’ll use Coiled Functions to train a RandomForestClassifer on a cloud-hosted machine that has enough cores to speed up our training process. The model parallelizes very well, which means that training time on my local machine is only bound by the number of cores available.