DataScience Lab

Table of Contents

News / info #

(Tentative) planning for the year #

Note: A1 = assignment 1, Ax = assignment x.

Date Description
September, 21 — NO CLASS —
October, 1 Class intro + Intro A1
October, 7 - NO CLASS -
October, 15 Preliminary presentations A1
October, 21 Deadline A1 23h59
October, 22 Final presentations A1. Intro A2
October, 29 Alexandre's presentation on PR + group session
November, 05 Preliminary presentations A2
November, 12 - NO CLASS -
November, 17 Deadline A2 23h59
November, 18 Final presentations A2 + Intro A3
November, 20 Lucas' presentation + group session
November, 27 — NO CLASS —
December, 2 Deadline A3 23h59
December, 3 Preliminary + final presentation A3

Assignment 1 #

Refs

HowTo #

Group sessions

How it is supposed to work:

How it is not supposed to work:

Class presentations

Preliminary presentations

Final presentations

Reports

FAQ #

Can I develop approach X (a method not discussed in class)?

You are encouraged to study & implement something not discussed in class, as long as it addresses the target problem. Comparing a known approach with a novel one is typically valuable.

Is it mandatory to use the dataset or metric specified by the professors?

Prefer running at least one comparable experiment, but feel free to explore other datasets/metrics to better understand your method’s behavior.

Do I have to work with virtual env ?

It is not mandatory for your work, but as it is a good practice, we use it to run the testing platform. Therefore, you should at least provide a requirements.txt file with the list of required packages.

I don't have enough computing power.

Consider cloud notebooks (e.g., Colab) or to come soon: Mesonet to access more ressources.

Top ↑