Lately, I've been testing Azure Machine Learning, and i like it. However, when i try to transform my dataset, there's a step that i can't perform easily : replacing a specific value in a column by another one.
The Missing Values Scrubber
the module allows me to deal with undefined values, but in my case, I need to change a specific value or remove rows where that value appears. I don't see which module meets my requirement.
Do you have any suggestion about this issue ?