Master thesis for the MSc in Data Science and Economics at Università degli Studi di Milano.
The complete analysis can be found in the notebooks
folder. The source code for models, plot, etc. can be found in the src
folder and in the app.py
script.
You can see a preview of the dashboard by clicking on the badge "Open in Streamlit" below
or you can run the development version of the dashboard on your machine by executing:
$ git clone https://github.com/nicoloverardo/master-degree-thesis.git
$ cd master-degree-thesis
$ pip install -r requirements.txt
$ streamlit run app.py