Files
artchat/content/projects/bikes-glm.md
Arthur DANJOU 81814b507e fix: update project links to point to the new ArtStudies repository
feat: add new homelab project documentation with details on services and hardware

fix: correct project code links for Monte Carlo Project and Schelling Segregation Model

refactor: rename Studies Projects to ArtStudies for better clarity and consistency

i18n: add project descriptions in English, Spanish, and French locales

chore: update package name to artsite and adjust dependency versions

style: add cover image for ArtLab project

fix: update chat message labels for better readability and translation usage
2025-09-04 12:52:59 +02:00

838 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
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