CodeSpaceHQ / MENGEL

A framework that applies machine learning algorithms and automates the process of finding the right algorithm for the job.
6 stars 1 forks source link

Isaac/pipeline #52

Closed isaac-gs closed 8 years ago

isaac-gs commented 8 years ago

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

isaac-gs commented 8 years ago

@RyanMcBerg @asclines Review?

isaac-gs commented 8 years ago

@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?