-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
lstsq #22532
lstsq #22532
Conversation
Thanks for contributing to Ivy! 😊👏 |
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.
Hi,
The frontend implementation should be composed of ivy functions. You can read more about it in our docs.
You will also have to implement a test function for this frontend function and get it to pass.
All of these things are well documented in the docs so make sure to go through those first and then feel free to ask any questions.
Thanks
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.
Added new tests
Close #22532 |
Hey, I just noticed that someone has already opened PR for this function before you, they commented it first here. Sorry for realizing a lot later. 😅 Thanks |
Close #22530