Missing values
Hello everyone,
I try to remplace the missing values by a "prepare" step, I use "add new step" and impute miising value by mean, after I run and save.
I don't understand why the result can't be seen in the output.
I try other "add step" like filtre and date ; it works I can see the result in the output.
Thank you for the help
Best Answer
-
Hi @Florian__
,What engine are you using for the Prepare recipe? The "Local stream" engine doesn't support the "Impute with computed value" step, which would explain why the built dataset doesn't contain imputed values.
You can change the engine by selecting the three-gear icon in the bottom left:
If this doesn't solve your issue, could you please post a screenshot of your Prepare recipe?
Thanks,
Zach
Answers
-
Thank you very much for your answer.