Typo in Gaussian Processes in argument 'method' in train function
tyou1 opened this issue · 2 comments
Hello,
I noticed this small typo when using train function in R with 'method' set to Gaussian Processes.
In the documentation, it listed Gaussian Processes Method with 'guassprLinearl', 'guassprRadial', 'guassprPoly', however I couldn't get the model to work, until I found the files from caret, 'gaussprLinear', 'gaussprPoly', 'gaussprRadial';
So I think it should be 'gaussprLinear', 'gaussprRadial', 'gaussprPoly' instead? It appears to work now.
Thanks!
I think you meant to raise an issue with the caret package repo (home of the train function and where the source of that documentation is located)?
I just found out the above train function page I was looking is for version 4.47 while I am using caret version 6.0.84. So I looked into train function for 6.0.84 and it seems all good with the method names of Gaussian Process (in the page that it was referring to).
This issue could be closed, thanks!
