Search this site
Embedded Files
Skip to main content
Skip to navigation
What makes a good board game?
Project Overview
EDA
Boardgame Evolution
Machine Learning
Linear Regression
K-Nearest Neighbors
Random Forest
Support Vector Machine
Summary
Boardgames Recommender
More Information
What makes a good board game?
Project Overview
EDA
Boardgame Evolution
Machine Learning
Linear Regression
K-Nearest Neighbors
Random Forest
Support Vector Machine
Summary
Boardgames Recommender
More Information
More
Project Overview
EDA
Boardgame Evolution
Machine Learning
Linear Regression
K-Nearest Neighbors
Random Forest
Support Vector Machine
Summary
Boardgames Recommender
More Information
Support Vector Machine
Data Processing
Splitting the data as training and test set, using createDataPartition() function from the caret package.
Choosing centering and scaling for SVM by setting preProcess = c("center", "scale")
Applying a 20-fold cross-validation as the trainControl, and trained the train data set with SVM methods.
The RMSE using SVM is 0.3477 with R_square = 0.6200 and MAE 0.2588.
Plot the SVM prediction vs Actual average rating
Google Sites
Report abuse
Google Sites
Report abuse