I am training several classifiers and looking into different ensemble methods on a large dataset (17000 examples and 300+ features).
I want to use grid search and cross validation as granularly as possible in terms of parameter options; however running all of this on my laptop is taking forever and severly limits what I can do.
What are good (and ideally inexpensive) options in terms of using clusters/networks of computers, or anything else that could help significantly speed up those processes?
EDIT: Apologies if this is the wrong place to ask; I figured I would ask the ML community about this.