Francisco Yirá
Francisco Yirá
Summary
Portfolio
Experience
Education
Contact
Blog
Newsletter
Light
Dark
Automatic
Featured
Advent of Code Solutions
My solutions for the Advent of Code challenges, showcasing problem-solving and coding skills in R and Python.
See website
See on GitHub
Causal Inference in R (for people who prefer code over maths)
A series of blog posts explaining key causal inference concepts in my own words, with lots of R code examples, visualisations and memes.
See on my blog
Shiny app on AWS tracking the Twitter presence of Chilean constituents
An app built with R’s
shiny
and deployed to AWS EC2 that automatically retrieves and visualises the most liked and RT’d tweets from the Chilean politicians who drafted the 2022 constitution proposal.
Check it out
App code
Pipeline code
IMDB ratings of Doctor Who episodes by director
Visualisation of IMDB data about Doctor Who episodes, showing the number of episodes and distribution of ratings by director. This plot uses custom
ggplot
themes and fonts to match Doctor Who’s TV show aesthetic.
See plot
See code
Animated map of COVID restrictions in Santiago (2020-2022)
Map created with
gganimate
that shows how COVID restrictions and lockdown severity evolved in Santiago (Chile) since the outbreak of the COVID-19 pandemic.
See map
See code
Exercises of the book 'Introduction to Statistical Learning with Applications in R'
My solutions to the exercises of
ISLR
, a textbook that explains the intuition behind famous ML algorithms such as Gradient Boosting, Hierarchical Clustering and Elastic Nets, and shows how to implement them in R.
See on GitHub
Internal R package for Walmart Chile
R package to accelerate and streamline the delivery of analyses and data products at Walmart, inspired by the successful experience of Airbnb with their
Rbnb
internal package.
See presentation