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

Design Issue: machine learning runners doing too much #51

Closed isaac-gs closed 8 years ago

isaac-gs commented 8 years ago

I need to split out the data splitting and scoring code so that the runners aren't doing too much. This will impact most files in the project (tests, runners, and framework)