Add content for Nuxt Content

This commit is contained in:
2025-11-12 19:03:25 +01:00
parent 95b4b158a5
commit 853f19a2ee
42 changed files with 837 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
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/01/24
readingTime: 1
tags:
- r
- data
- maths
---
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://go.arthurdanjou.fr/glm-bikes-code)
<iframe src="/projects/bikes-glm/Report.pdf" width="100%" height="1000px">
</iframe>