The Hi!ckathon is a competitive AI and Data Science challenge organized by Hi! PARIS, the Center dedicated to data science and AI created by HEC Paris and Institut Polytechnique de Paris and joined by Inria in 2021.
The AI competition is open to students from Institut Polytechnique de Paris, HEC Paris as well as other French and international universities.
The Hi!ckathon #6 is split into a 4 week preparation pre-Hi!ckathon phase (courses + Career Fair) and a final sprint, taking place November 28th to December 1st 2025.
Visit the Hi!ckathon website: https://www.hi-paris.fr/hickathon/
The pre-hi!ckathon phase includes five Data Science courses on Feature Engineering, Machine Learning & Deep Learning created by the Hi! PARIS Engineering Team.
This repository contains the notebooks of the three technical courses. They are found in the courses/ folder.
How do I download notebooks ?
- You can download the notebooks directly on github
- You can clone the repository locally to load all files directly.
# Clone the github repository
git clone https://github.com/hi-paris/Hickathon.git
# Create a virtual environment for the repository
python3 -m venv venv_hi
venv_hi/Scripts/activate # Windows
source venv_hi/bin/activate # Linux
# Install package dependencies, if necessary
pip install -r requirements.txt
You can also open the notebooks via Google colab: https://drive.google.com/drive/folders/1g96Z5U_HAM3RCvK8TXamN_vMU9n7KD1r
