Sorry if this question is somewhat specific to the python Scikit-learn library.
I am trying to perform a grid search to find optimal parameter to scikit-learn's GradientBoostingRegressor. The problem is, I don't know where to start. In the past I have used R and RStudio setup but I am currenlty trying to migrate to Python for Data Mining and Scikit seems very promising.
Can anyone share possibly some simple setup code they may have used to compute on Amazon EC2 cluster or possibly point to useful example reference for that library for other machine learning algorithm?
Thank you.