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

Support for Loss Functions (Non-Symmetric Loss function) #73

Open
s0nicboOm opened this issue Nov 1, 2022 · 4 comments
Open

Support for Loss Functions (Non-Symmetric Loss function) #73

s0nicboOm opened this issue Nov 1, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@s0nicboOm
Copy link
Contributor

s0nicboOm commented Nov 1, 2022

Summary

Support for Non-Symmetric Loss Functions.

We are ultimately looking to support loss functions that are not only in PyTorch but also provide a flexibility to the user to plug in there own custom loss function. This issue does not only point to adding more loss functions but also asks for a better way of providing that interface to the user to bring in their own custom loss function that integrates with the models that we have today.

@s0nicboOm s0nicboOm added the enhancement New feature or request label Nov 1, 2022
@ab93
Copy link
Member

ab93 commented Nov 2, 2022

Can you explain why we would need this @s0nicboOm ?

@s0nicboOm
Copy link
Contributor Author

Can you explain why we would need this @s0nicboOm ?

Can you please explain why we would need this? @s0nicboOm

Non - Symmetric Loss function is when we do not want to weigh the positive as well as the negative outliers equally. There can be a scenario where we only want to call anomalies when the data is anomalous only in positive y-axis or only in negative y-axis.

Here there is an Opportunity of introducing more such similar loss functions.

@rum1887
Copy link

rum1887 commented Oct 8, 2023

@s0nicboOm Do you want to add support for all loss functions in PyTorch?

@s0nicboOm
Copy link
Contributor Author

s0nicboOm commented Oct 9, 2023

@s0nicboOm Do you want to add support for all loss functions in PyTorch?

We are ultimately looking to support loss functions that are not only in PyTorch but also provide a flexibility to the user to plug in there own custom loss function. This issue does not only point to adding more loss functions but also asks for a better way of providing that interface to the user to bring in their own custom loss function that integrates with the models that we have today.

Thanks for the question. Let me add it to the issue summary for better clarification.

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

No branches or pull requests

3 participants