diff --git a/content/portfolio/bikes-glm.md b/content/portfolio/bikes-glm.md new file mode 100644 index 0000000..d784927 --- /dev/null +++ b/content/portfolio/bikes-glm.md @@ -0,0 +1,22 @@ +--- +slug: bikes-glm +title: Generalized Linear Models for Bikes prediction +description: 🚲 Predicting the number of bikes rented in a bike-sharing system using Generalized Linear Models. +publishedAt: 2025/24/01 +readingTime: 1 +tags: + - project + - R + - data + - maths +--- + +[**ArtSite**](https://arthurdanjou.fr) is my personal website, my portfolio, and my blog. It's a place where I can share my projects, my thoughts, and my experiences. It's also a place where I can experiment with new technologies and design ideas. + +The project was done as part of the course `Generalised Linear Model` at the Paris-Dauphine PSL University. The goal of the project is to determine the best model that predicts/explains the number of bicycle rentals, based on various characteristics of the day (temperature, humidity, wind speed, etc.). + +You can find the code here: [GLM Bikes Code](https://github.com/ArthurDanjou/Studies/blob/master/M1/General%20Linear%20Models/Projet/GLM%20Code%20-%20DANJOU%20%26%20DUROUSSEAU.rmd) + + + diff --git a/public/portfolio/glm-bikes/GLM Final report.pdf b/public/portfolio/glm-bikes/GLM Final report.pdf new file mode 100644 index 0000000..d34a5ec Binary files /dev/null and b/public/portfolio/glm-bikes/GLM Final report.pdf differ