42-AI / bootcamp_machine-learning

Bootcamp to learn basics in Machine Learning
Other
205 stars 41 forks source link

ML00 ex06: wrong return description #231

Open mli42 opened 2 years ago

mli42 commented 2 years ago

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: