Note that there separate sets of assignments for CS 451/651 and CS
431/631. Make sure you work on the correct asssignments!
CS 431/631 Assignments
Assignment 5 due 2:30pm March 29
For this assignment, you should continue to use the
Waterloo CS Jupyter hub, as you
did for
Assignment 4.
You will need to download the following following files
and then upload it to the hub:
- A5.ipynb: this is the starter
notebook for A3.
- spamminess.py: Python
module for computing the spamminess score.
As usual, open the starter notebook on the hub to get started working
on the assignment.
Submitting Assignment 5
Assignment 5 should be submitted using Marmoset, as follows:
- Download your A5.ipynb file from the CS hub to your
computer.
- Change the name of your file from A5.ipynb
to A5-xxxxxxxx.ipynb, where xxxxxxxx is your UW
student ID number.
- Log in to Marmoset
at https://marmoset.student.cs.uwaterloo.ca/ using
your WatIAM password, and upload your re-named notebook file. Use
the submit link for Assignment 5 to upload. You can see your
previous submissions using the view link. You may submit multiple
times - we will mark your latest (pre-deadline) submission.
Back to top