Machine Learning with R by Brett Lantz

Machine Learning with R by Brett Lantz

Author:Brett Lantz
Language: eng
Format: epub, pdf
Publisher: Packt Publishing


The correlation also seems to be substantially higher:

> cor(p.cubist, wine_test$quality) [1] 0.6201015

Furthermore, the model slightly reduced the mean absolute error:

> MAE(wine_test$quality, p.cubist) [1] 0.5339725

Although we did not improve a great deal beyond the regression tree, we surpassed the performance of the neural network model published by Cortez, and we are getting closer to the published mean absolute error value of 0.45 for the support vector machine model, all while using a much simpler learning method.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.