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

ML03 ex06 difference of arguments between definition and examples #238

Open
2 tasks
stelon77 opened this issue Aug 25, 2022 · 0 comments
Open
2 tasks

ML03 ex06 difference of arguments between definition and examples #238

stelon77 opened this issue Aug 25, 2022 · 0 comments
Labels

Comments

@stelon77
Copy link

  • Day: 03
  • Exercise: 06

definition of methods
• loss_elem_(self, y, yhat)
• loss_(self, y, yhat)

in examples
mylr.predict_(X) should be y_hat = mylr.predict_(X) then print y_hat
mylr.loss_(X,Y) should be mylr.loss(Y, y_hat)

Fixed on:

  • Github
  • Gitlab
@stelon77 stelon77 added the fixme label Aug 25, 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