Miscellaneous scripts that do not really deserve their own repos
Brief information on each of the sub-repositories found under this repository.
scripts to scrape project information from the citizen science platform, zooniverse: https://www.zooniverse.org/
two simple GAMS solutions to mixed integer programming problems, 1) a Nonogram puzzle 2) Home-Away match scheduling.
a personal script to analyze population genetics (also my own dna data), using the scientific admixture software: https://uqrmaie1.github.io/admixtools/index.html
a now defunct script that used to be able to scrape airbnb data very well, not sure if I can revive the script with some work. Airbnb changes its own website quite often.
paper replication: a script to replicate (a part of) the wild bootstrap procedure for iv regression, davidson-mackinnon (2010)
https://www.tandfonline.com/doi/abs/10.1198/jbes.2009.07221
a fairly robust web-scraping script that collects all the tender data in https://ekap.kik.gov.tr/EKAP/Ortak/IhaleArama/index.html
replicating & animating the simulation in the famous paper by James G. March (1991)
replicating the tables from the following papers:
https://www.aeaweb.org/articles?id=10.1257/aer.20141409 https://pubs.aeaweb.org/doi/pdfplus/10.1257/pol.20190086
a jupyter notebook for a project dealing with predicting customers' return decisions. The project features extensive exploratory data analysis, feature engineering, xgboost as the main prediction tool and interpretable machine learning post-analysis.