Replies: 1 comment 3 replies
-
Thanks. I cannot think of any other built-in models that we support that would have such an adaptable feature based on the independent data. I'm not entirely sure of the best way to do that. It might need some sort of "initialize model" method that gets called at the beginning of each fit, or if |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One common use of the models above is use them to model backgrounds in spectra. Here, the independent variable is often far away from zero, which sometimes makes the polynomial models above numerically unstable. Therefore an option to set the domain (scale and shift) of the models would be helpful. The numpy polynomial classes also have this feature.
Beta Was this translation helpful? Give feedback.
All reactions