-
Notifications
You must be signed in to change notification settings - Fork 33
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
added new loss functions #31
added new loss functions #31
Conversation
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolve conflicts and attach your issue not the older pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bhanushri12 PR Approved 🎉
Closes: #13
Describe the add-ons or changes you've made 📃
This pull request adds Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE) metrics to the project. These metrics provide a better understanding of the model's performance by quantifying the average error and the squared differences between predicted and actual values.
Changes:
Implemented MAE calculation: Added functions to calculate the Mean Absolute Error, which measures the average magnitude of errors in a set of predictions, without considering their direction.
Implemented RMSE calculation: Added functions to calculate the Root Mean Squared Error, which provides a measure of the differences between predicted and actual values. RMSE is particularly useful for understanding the magnitude of errors.
Updated readme by listing the new loss functions
Type of change ☑️
How Has This Been Tested? ⚙️
Checklist: ☑️