nextml / NEXT

NEXT is a machine learning system that runs in the cloud and makes it easy to develop, evaluate, and apply active learning in the real-world. Ask better questions. Get better results. Faster. Automated.
http://nextml.org
Apache License 2.0
160 stars 53 forks source link

MAINT: renames algorithms (i.e., STE => MyAlg) #163

Closed stsievert closed 7 years ago

stsievert commented 7 years ago

Related to #155

Also removed the unnecessary folder structure for single module apps. The directory structure still exists in PoolBasedTriplets as the algs depend on other modules.

stsievert commented 7 years ago

The end goal is just to define the 4 functions; we don't use any of the class features. With this goal in mind, I'd rather have one API change (STE => module) than two API changes (STE => myAlg => module).

stsievert commented 7 years ago

Tests pass, and I'm leaving the movement of algs/apps from classes to functions for a later release.