ML_course
ML_course copied to clipboard
fix: array shape in task B's docstrings are wrong
Given that the task uses P_big and Q_big of shapes [x, 80] at the very end to compare speed, the docstrings should reflect that the functions should generalise over any n and not just n=2.
The task B PDF should also be updated (the matrix dimensions should be changed to p * n, q * n).
Closing this as no one really takes a look at PRs here (and I informed one of the TAs about this).