(FIN-488) Fintech 3 Final Project. A class aimed to develop applicable problem-solving skills by creating production-grade web apps.
Author: Olivier Haley, University of Alberta
Trees is an golem shiny application with the goal of providing alternative real estate analysis tools for the Edmonton area.
-
What is the impact of urban parks and trees on real estate prices?
-
What is the recipe for an desirable neighborhood?
You can install the development version of trees like so:
# install.packages("devtools")
devtools::install_github("quantpanda/trees")
library(trees)
trees::run_app()