Hello i am new to R,
I am doing coursera course for machine learning, I know training and cross validation on datasets for purpose of prediction in octave but how can i do that operations in R?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Linear regression:
Cross validation for LM:
Linear model (function
lm()) is available by default in R, but other machine learning algorithms are not. For a set of the most popular ML algorithms see packagee1071.