sambanova / generative_data_prep

Apache License 2.0
58 stars 8 forks source link

Zoltanc/logging #45

Closed snova-zoltanc closed 1 year ago

snova-zoltanc commented 1 year ago

Summary

After running data preparation, all the information about how the data is prepared, and the metrics behind it may be lost in the terminal. It is important to save this information in a log file so it can be revisited. This PR uses the logging library for both saving to the log file, and printing to terminal.

PR Checklist