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

Implementing design changes #97

Closed isaac-gs closed 8 years ago

isaac-gs commented 8 years ago

Ran all the tests and ensured they weren't failing more than they should be. Had to make some changes, but it works.

Changes

asclines commented 8 years ago

@ASAAR are chunks the best way? I guess my real question is, are any of these chunks reliant on code in other chunks? why not just do it all at once?

isaac-gs commented 8 years ago

@asclines I guess I wanted to keep PRs reasonable in size and easier to verify. But I just synced part two. That's most of the changes I'll be making right now until we get more of the worker/hub stuff sorted out.