Closed isaac-gs closed 8 years ago
@RyanMcBerg @asclines Review?
@asclines http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html
Although, I might go back and specify specific imports from the package rather than a wildcard import. What do you think? What would be good design in your mind?
The main change here is that machine learning runners now trainers which return a trained model and take in training data. Splitting of responsibility. #51