Skip to content
Prev 200699 / 398503 Next

SVM Param Tuning with using SNOW package

On Tue, Nov 17, 2009 at 6:01 PM, raluca <ucagui at hotmail.com> wrote:
This is pretty easy to do with the train() funciton in the caret
package. From ?train, here is an example for a different data set
+   {
+     theDots <- list(...)
+     parLapply(theDots$cl, X, FUN)
+   }
+                            number = 50,
+                            computeFunction = mpiCalcs,
+                            computeArgs = list(cl = cl))
+                    data = BostonHousing,
+                    "svmLinear",
+                    tuneGrid = data.frame(.C = seq(.5, 30, length = 10)),
+                    trControl = mpiControl)
[1] 1