These are the projects I have been working on lately:
- I am scraping every film shown in Spanish public tv, namely TDT. I get data about the date, time, channel and some variables on the film shown (title, director, length, country, etc): repository.
- Here I scrape the sport programs shown in Spanish public sports channel, Teledeporte. Eventually I would like to explore how different sports are distributed in the channel: repository.
- In this repository I scrape a local cinema: repository.
- I scrape Spanish football data (only first division): repository.
- Very basic logistic regression applied to Kaggle titanic competition: repository.
- Random forest applied to Kaggle titanic competition: repository.
- XGBoost applied to Kaggle titanic competition with some parameter tuning: repository.
- I created a personal music database to learn something about the design of it and to have some personal data to practice with for online SQL courses: repository.