Assignments of the Python Programming for Machine Learning Course - WS1920 -
to collaborate, share and store code and data for the Python Course
- Make sure everything runs as expected. First, restart the kernel (in the menubar) and then run all cells (in the menubar)
- Make sure that no assertions fail or exceptions occur, otherwise points will be subtracted.
- After you submit the notebook more tests will be run on your code. The fact that no assertions fail on your computer localy does not guarantee that completed the exercise correctly.
- Please submit only the
*.ipynb
file. - Make sure you fill in any place that says
YOUR CODE HERE
or "YOUR ANSWER HERE". Edit only betweenYOUR CODE HERE
andEND YOUR CODE
. - Make sure to use Python 3, not Python 2.