Builds a model to predict 5th Edition Dungeons and Dragons Magical Dependency classes and deploys the results via an R Shiny App on shinyapps.io
Builds the continuation ratio model that is used in the R Shiny app to predict probabilities of character magical dependency classes.
- Uses final_data.csv, a curated version of dnd character data found on Kaggle
- Other models were considered for this project and their code is not shown in this final output
Builds the actual R Shiny app using rshiny
Deploys the shiny app to shinyapps.io. This code assumes you have already gone through the steps to set up your shinyapps.io account using the following instructions