HoloClean / holoclean

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

do not drop cells whose init are null with dom(len) <= 1 #88

Closed zaqthss closed 5 years ago

zaqthss commented 5 years ago
  1. Comment on domain.py to not drop cells whose init are null (especially for the HospitalType attribute which has only one value in the domain)
  2. Change codes in tuple_embedding.py to avoid float exception in some of the ubuntu serves (e.g., husky-04 and husky-09)