A Shiny application that has widget input, ui input in server.R, reactive output using server calculations, and supporting documentation.
A Presentation that contains five slides in R Presentation.
All related souce codes are uploaded to Github.
January 29, 2018
A Shiny application that has widget input, ui input in server.R, reactive output using server calculations, and supporting documentation.
A Presentation that contains five slides in R Presentation.
All related souce codes are uploaded to Github.
The application was designed to interactively predict whether certain attributes of a song will be liked or not.
Randomn Forest Classifier was applied to predict the result based on trained model.
Music composers might find it extremely useful for their future composition.
Attributes include : acousticness, danceability, duration_ms, energy, instrumentalness, key, liveness, loudness, mode, speechines, tempo, time_signature, valence, target
Diamond data is from Kaggle Website, some useless predictors are removed in advance
Specify the predictor that were factor and change the datatype to integer (in ui.R input)