Engineering Homework Help
TVTC RapidMiner Studio Exercise
Exercise #6
1. Download Chapter07DataSet_Training.csv and Chapter07DataSet_Scoring.csv, from
https://sites.google.com/site/dataminingforthemasses/.
2. For the training data, use “Set Role” operator to set attribute Prime_Sport as label.
3. Feed the training data to “K-NN” operator. Report the knn model.
4. Use “Apply model” operator to apply the learned model to the training data set. Compute the
accuracy of the model.
5. Use “Apply model” operator to apply the learned model to the scoring data set.
6. Replace the “K-NN” operator with “Naïve Bayes”, and repeat 3) and 4).