i'm training a machine learning model using SVM in python and it took aages for it to happen on my local machine. (with 10% of the data that i have)
i'm getting a 80-90% correct prediction score on the same subjects data so now want to add in the rest of the data. (11 more subjects)
i thought of offloading it to my ec2 instance but i'm on a budget so cant just take a 30CPU instance..
on top of everything the code just uses 1 CPU at 100% always so i'm not sure about how effective it would be.
what do you guys use to train these models?