update() missing 1 required positional argument: 'x' in Statistic Regression #1082
-
Hi I'm trying to use a simple StatisticRegressor. Many Thanks (again) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! I think the error comes from this line: For future discussions, you should provide code that can be copy-pasted instead of images, as it can be very time consuming for us to rewrite all the code based on images in order to debug (you can refer to the "Bug report" problem template for more details). |
Beta Was this translation helpful? Give feedback.
Hi! I think the error comes from this line:
model = dummy.StatisticRegressor(stats.AbsMax)
. You should usestats.AbsMax()
(with brackets).I haven't tried this fix, but I'm pretty sure the error comes from there.
For future discussions, you should provide code that can be copy-pasted instead of images, as it can be very time consuming for us to rewrite all the code based on images in order to debug (you can refer to the "Bug report" problem template for more details).