HoloClean-Legacy-deprecated
HoloClean-Legacy-deprecated copied to clipboard
Regular expression rules in input data
Based on RE rules like: (\s)+ ----> \s (\n)+ ----> \n (\t)+ ----> empty (\)+ ----> empty ,(\s)*, ----> ,, This is part of things that we have to catch in the input data Benefit: Simple domain transformation might help with some datasets Cost: 3 hours