Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@Oodapow Oodapow released this 17 Sep 00:16

MLFarm

This is the first release and has the purpose of solving the issue of forwarding hyperparamenters when constructing the experiment class.

Visitors

Here we introduce the idea of visitors as a processing paradigm for nested dictionary data.

Class Factory

Using visitors we can recursively construct python classes from nested dictionary data. This is to be used as a prototype builder method, so that the parameter forwarding code takes less time to write.