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

Create error handling function in linear regression algorithm of ML #11534

Open
pahalsrivastava opened this issue Sep 2, 2024 · 1 comment
Open
Labels
awaiting triage Awaiting triage from a maintainer

Comments

@pahalsrivastava
Copy link

What would you like to share?

We can add error handling function to the linear regressio algorithm in the ML folder; so that it can handle errors and still run the linear regression algorithm

Additional information

No response

@tianyizheng02
Copy link
Contributor

The linear regression algorithm in this repo should be reimplemented anyway (see #8847). As such, this additional handling should be either incorporated into the reimplementation PR or saved for a later PR.

In any case, what sort of error handling are you suggesting? Input validation, floating-point errors, etc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting triage Awaiting triage from a maintainer
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants