The goal of this project is to apply everything we learned in this course and build an end-to-end machine learning project.
Remember that to pass the project, you must evaluate 3 peers. If you don't do that, your project can't be considered compelete.
Project:
- Form: https://forms.gle/aj8LHkY7PrWG9XzW6
- Deadline: 12 September, 23:00 CEST
Peer reviewing:
- Peer review assignments: link ("project 2" tab)
- Form: https://forms.gle/BeQ2HCohrM3puKf26
- Deadline: 19 September, 23:00 CEST
Project feedback: link ("feedback-02" tab)
Project:
- Form: https://forms.gle/7UmQkK4BBxqdgMDp9
- Deadline: 22 August, 23:00 CEST
Peer reviewing:
- Peer review assignments: link ("project 1" tab)
- Form: https://forms.gle/KaBMoYhmfeEFmiWb7
- Deadline: 29 August, 23:00 CEST
Project feedback: link ("feedback-02" tab)
See here
To get the hash for your project, use this function to hash your email:
from hashlib import sha1
def compute_hash(email):
return sha1(email.lower().encode('utf-8')).hexdigest()
Or use this website.