How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Reduce training time for CPU intensive models with scikit-learn and Coiled Functions

calendar_today September 1, 2023 person Patrick Hoefler domain coiled

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.

open_in_new Read original post