A selection of my projects is showcased below. More can be found on my github page.
Map of the Swiss breweries

The interactive map below was obtained by scraping the information of all Swiss breweries available on RateBeer. The original jupyter notebook can be found on the github page.
Model fitting with Bayes

Here is presented a python module used to fit models to data using Bayesian inference to extract the full probability of the model function. The original code can be found on the github page.
Predicting the score of wine reviews

We analyse wine reviews to try and extract all information that can help us guess what the score of the wine will be. The original jupyter notebook can be found on the github page.