- Install the open-source-distribution anaconda.
- Create a new environment with python 3.9 and activate it. If you already created an environment for a previous exercise, feel free to reuse it.
conda create -n iML python=3.9
conda activate iML
- Install requirements with
pip install -r requirements.txt
. - Add your code in all
tasks/*.py
files according to the exercise sheet. You can run them withpython tasks/*.py
. All functions are called automatically. - Test all tasks with
pytest
or specific files withpytest tests/test_*.py
. - Push your solution to your repository.
Code is tested on Linux and Mac only. Testing is not guaranteed to work on Windows or VMs.
Dataset from kaggle.