Say I have a set of points. I know about a lot of options for fitting a curve for those points, such as numpy.polyfit() and scipy.fit_curve.
How can I get a function for the fit curve? In other words, how can I get the y value for an x value based on those set of points?
Sorry for awkward wording, I don’t know how to phrase this.