- Navigate to the main folder
- run
$ pip install .
to add project modules to pythonpath
The scripts for the assignments are included in the assignments folder
Each assignment can be run simply by calling the corresponding python file
e.g., if we want to execute the Bayes Assignment, run $ python3 assignments/bayes_assignment.py