Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
add logging class so that we can do simple print() or log to output file
mainly for searcher/tuner
want to track where we are i.e. which model in the searcher (e.g. list of models completed (model name and number out of total)) and which combination in the tuner (e.g. list of combinations completed (combo values and number out of total)); as well as time it took for each completion.