Other projects
SQl diagram of chinook

SQL Tutorial

Exercises about SQL: let me give you a hand to get started
When I first heard about SQL, I honestly thought it was a way of analyzing data similar to what can be done with Pandas dataframes. Looking at the documentation made me realize that I was wrong. So I decided to create a repository, sql_tutorial, with exercises to practice querying with SQL.

BDT classification

BDT Tutorial

Tutorial to get familiar with BDTs
After helping master's students to familiarize themselves with all aspects related to Boosted Decision Trees (BDTs), I thought it would actually be more useful to make a github project accessible to everyone. And this is what the scripts and notebooks contained in bdt_tutorial are all about.

creuset

Recettes

A repertoire of recipes in French, created in collaboration with LM
As time passed, we started to collect several family recipes in a notebook. As the latter was no longer big enough, we decided to create a very simple web page to group them together, and share them more easily among friends and family.

color palette

Color Palette Creator

Easily create color palettes for your plots
When a lot of data needs to be on a plot, it's generally advisable to change the way the data is presented. But if this is not possible, it's best to use distinguishable colours. That's why this tool was created: color_palette_creator is able to generate random palettes of colours.