byu-dml / d3m-experimenter

A distributed system for creating, running, and persisting many machine learning experiments.
0 stars 0 forks source link

Replace print statements with logging #31

Closed bjschoenfeld closed 5 years ago

bjschoenfeld commented 5 years ago

There are many print statements sprinkled throughout the code which makes running the code not pretty. Instead, we could write to a log file, especially if printing is for debugging/problem diagnosing.