bootcamp_machine-learning
bootcamp_machine-learning copied to clipboard
ML00 ex06: wrong return description
- Day: 05
- Exercise: 06
For the descriptions of the functions loss_elem_
and loss_
, the return section says:
None if there is a dimension matching problem between X, Y or theta.
Whereas the prototype of the function is loss_(y, y_hat)
==> Should replace X, Y, or theta
by y or y_hat
Fixed on:
- [ ] Github
- [ ] Gitlab