Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ML00 ex06: wrong return description #231

Open
2 tasks
mli42 opened this issue Aug 14, 2022 · 0 comments
Open
2 tasks

ML00 ex06: wrong return description #231

mli42 opened this issue Aug 14, 2022 · 0 comments
Labels

Comments

@mli42
Copy link

mli42 commented Aug 14, 2022

  • 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 mli42 added the fixme label Aug 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant