HoloClean / holoclean

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

Replace print statements with logging.X statements #19

Closed richardwu closed 5 years ago

richardwu commented 5 years ago

We've littered print statements everywhere: it is a low hanging fruit to change everything to use logging.info, logging.error, logging.warn, etc.