HoloClean / holoclean

A Machine Learning System for Data Enrichment.
http://www.holoclean.io
Apache License 2.0
514 stars 129 forks source link

Fix NullDetector and regression with status (dev branch) #39

Closed richardwu closed 5 years ago

richardwu commented 5 years ago

Note that we convert all NULL values in Table.load_data into '_nan_', so we should really be checking for the string.

The master branch uses str.match which actually does a regex match, which can be comparatively slower.