Skip to content
View GuilleDiaz7's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report GuilleDiaz7

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GuilleDiaz7/README.md

Hi there 👋

These are the projects I have been working on lately:

Web Scraping with Github Actions

  1. 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.
  2. 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.
  3. In this repository I scrape a local cinema: repository.
  4. I scrape Spanish football data (only first division): repository.

Models in R with tidymodels

Classification

  1. Very basic logistic regression applied to Kaggle titanic competition: repository.
  2. Random forest applied to Kaggle titanic competition: repository.
  3. XGBoost applied to Kaggle titanic competition with some parameter tuning: repository.

SQL

  1. 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.

Pinned

  1. Automatic-Web-Scraping-of-Spanish-TDT-Films Automatic-Web-Scraping-of-Spanish-TDT-Films Public

    This is a repository to automate the scraping of every film shown in the Spanish public TV, using rvest and GitHub actions.

    R 1

  2. Automatic-Web-Scraping-of-A-Local-Cinema Automatic-Web-Scraping-of-A-Local-Cinema Public

    Using GitHub Actions to automate the web scraping of a Burgos cinema website. I want to create a database and later analyse the range and quality of movies shown in my town's cinema.

    R 1

  3. Automatic-Web-Scraping-of-Teledeporte Automatic-Web-Scraping-of-Teledeporte Public

    Is it really Teletenis? We will see in soon...

    R

  4. Design-and-Creation-of-a-Basic-Music-Database Design-and-Creation-of-a-Basic-Music-Database Public

    Design and creation of a music database in PostgreSQL.

  5. Useful-R-Resources Useful-R-Resources Public

    A compilation of R resources that helped me.

  6. RMarkdown_reports RMarkdown_reports Public

    A collection of RMarkdown reports.

    HTML