localreg icon indicating copy to clipboard operation
localreg copied to clipboard

Return polyfit coefficients (or SymPy expression)

Open sigvaldm opened this issue 4 years ago • 0 comments

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 avatar Sep 06 '21 10:09 sigvaldm