Add bikes GLM portfolio project and associated PDF report

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.
This commit is contained in:
2025-02-02 20:01:09 +01:00
parent ef1fd66397
commit 5a5549238c

View File

@@ -49,7 +49,7 @@ export const IDEs = [
export interface Tag {
label: string
icon: string
color: BadgeColor
color: string
title?: string
translation: string
}