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

Update loss_func.py #212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

omkarcharatkar
Copy link

added Root Mean Squared error function.

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments

added Root Mean Squared error function.
@rohansingh9001
Copy link
Collaborator

rohansingh9001 commented May 6, 2023

@omkarcharatkar while the code LGTM, it seems that there are issues with lint in your PR. Please look at the automated tests for this PR and check for the lint errors.

We use PEP8 guidelines very strictly like most other python repositories and use flake8 to check for lint errors.

You can run such checks yourself by installing flake8 and running it in your python code repository.

python -m pip install flake8

In the code repository run -
flake8 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants