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

Return polyfit coefficients (or SymPy expression) #7

Open
sigvaldm opened this issue Sep 6, 2021 · 0 comments
Open

Return polyfit coefficients (or SymPy expression) #7

sigvaldm opened this issue Sep 6, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sigvaldm
Copy link
Owner

sigvaldm commented Sep 6, 2021

Today polyfit() doesn't return fitting coefficient like NumPy's does, but NumPy's is only 1D. Now that localreg is multivariate, it would be nice to make it more similar to NumPy's for replacement. The ordering of the coefficients are more complicated for the multivariate case, but perhaps there could also be a class or something that could return a SymPy expression of the fit?

@sigvaldm sigvaldm added enhancement New feature or request good first issue Good for newcomers labels Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant