TopicNet
TopicNet copied to clipboard
Change config format
There are three points here.
- The usage of
CommaSeparated(Int())/CommaSeparated(Str())instead ofSeq()should make files more concise and better readable.
More info: https://github.com/crdoconnor/strictyaml/issues/70
-
Build bigARTM-related schemas automatically; probably by parsing numpydoc-style docstrings.
-
Allow to define regularizers inline (should be trivial after some slight refactoring)