SuperStyl
SuperStyl copied to clipboard
Working agenda
- [x] increase test coverage
- [x] update dependencies
- [x] implement more obvious error messages, e.g., when train_svm is lacking a cross validation strategy or test data, when a necessary argument is missing, etc.
- [x] remove unnecessary parts
- [x] check homogeneous implementation of all options
- [x] move core of
Main.pyand others in dedicated library functions - [x] write documentation
- [x] check if all outputs are what we really want to output
- [x] add graphing functions for rolling and other stuff
- [ ] package and send on pipy / conda
Working on the error messages part and graphing functions.