You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hai,
Thank you for scikit learn compatible constrained and robust polynomial regression, it is very helpful.
Addition to monotonicity constrain, I want to add a constrain to force my curve to pass through the origin (y intercept = 0). can you help me to do that?
Thank you
The text was updated successfully, but these errors were encountered:
This should be possible by eliminating the offset column of the PolynomialFeatures in sklearn terms. Currently, the code is a bit messy but let me iterate a bit. Would you be interested in a PR?
Hai,
Thank you for scikit learn compatible constrained and robust polynomial regression, it is very helpful.
Addition to monotonicity constrain, I want to add a constrain to force my curve to pass through the origin (y intercept = 0). can you help me to do that?
Thank you
The text was updated successfully, but these errors were encountered: