Phanindra Reddigari
8/16/2015
Analyze the well known diamond dataset and develop a Shiny application for robust regression model for predicting diamond prices on test dataset. The UI is tab structured to provide user interaction to navigate the different analysis phases back and forth with relative ease:
The UI screenshot demonstrates the user interaction aspects of the Shiny application
This plot is a visual representation of the accuracy of the model fit as applied to the test set.
This application showcases a simple way for the user to navigate between basic phases of data analysis.
The RF Regression model is able to predict the diamond prices with fair amount of accuracy as evidenced by the RSquared value of 0.948 at the optimum values of 12 and 887.4 for mtry and RMSE, respectively.
The variables of carat, y, x, z, and few factored levels of clarity and color are the most important variables, and others parameters are not significant to the regression model.