bootcamp_machine-learning icon indicating copy to clipboard operation
bootcamp_machine-learning copied to clipboard

ML00 ex06: wrong return description

Open mli42 opened this issue 2 years ago • 0 comments

  • 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

mli42 avatar Aug 14 '22 14:08 mli42