mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-26 03:54:11 +01:00
Introduced a new portfolio entry showcasing a bike prediction project using Generalized Linear Models. Includes a detailed description, relevant tags, a PDF report, and a link to the source code.
859 B
859 B
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/01/24 | 1 |
|
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