HoloClean / holoclean

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

Fix bug where NULL cells with one candidate value was skipped. #85

Closed richardwu closed 5 years ago

minafarid commented 5 years ago

Is this because get_domain_cell does not return NULLs?

richardwu commented 5 years ago

Yes that is exactly it.

On Wed, Apr 24, 2019, 9:35 AM Mina Farid notifications@github.com wrote:

Is this because get_domain_cell does not return NULLs?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoloClean/holoclean/pull/85#issuecomment-486231681, or mute the thread https://github.com/notifications/unsubscribe-auth/ACQS54V4QULWVIWED2BBC6DPSBOYRANCNFSM4HH7EZPQ .

minafarid commented 5 years ago

LGTM