I am trying to submit my assignment for the first practice lab of the Course
" Advanced Learning Algorithms", but it seems that there is a typo in a non-editable cell, which prevents me from passing the assignment.
Has someone had the issue ? Or do you know how to fix that ?
The line in error is :
random_index = np.random.randint(m)%%!
and results in :
“random_index = np.random.randint(m)%%!
^
SyntaxError: invalid syntax”
Please post your message in the forum area for that course.
You’ve used the “Learning Platform Feedback” forum, which is not specific to any course. It does not identify the course name or week number or assignment number. That makes it difficult for the course staff and mentors to assist you.
You can find the course forums via the “Course Q&A” topic in the left-side menu.
To your issue:
Note that those incorrect characters do not appear in the original notebook from the course repo: