We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: