mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-28 00:55:21 +01:00
Introduce a new portfolio project page for bike-sharing predictions using Generalized Linear Models, completed as part of a university course. Includes project description, source code link, and embedded final report PDF.
1.1 KiB
1.1 KiB
slug, title, description, publishedAt, readingTime, tags
| slug | title | description | publishedAt | readingTime | tags | ||||
|---|---|---|---|---|---|---|---|---|---|
| bikes-glm | Generalized Linear Models for Bikes prediction | 🚲 Predicting the number of bikes rented in a bike-sharing system using Generalized Linear Models. | 2025/24/01 | 1 |
|
ArtSite 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