A possible bug in Impute Missing Values operator
suleymansahal
MemberPosts:27Contributor II
Could you please check attached process? There are missing values in the data set. Although we see those missing values in the meta data information in the output port of the multiply operator, in the process result those missing values are replaced by the imputing operator's outcomes.
Tagged:
0
Best Answer
-
suleymansahal MemberPosts:27Contributor II
Answers
Hey thanks for pointing this out, it is strange behavior indeed.@Marco_Boeckcan you check in this?
Hi again. Were you able to check this out?
I think Marco is out on Holiday. Check back early next year.
Hi,
technically, it's the "Impute Missing Values" operator that is buggy. It changes the underlying data behind the scenes which is bad. Until this is fixed, you can work around this by adding a "Materialize" operator after the "Multiply" operator to get a fresh copy of the actual data:
Regards,
Marco
Thank you for the quick fix Marco. As you aggreed it is a serious problem. I hope it can be solved soon.