modelforge icon indicating copy to clipboard operation
modelforge copied to clipboard

Python library to share machine learning models easily and reliably.

Results 3 modelforge issues
Sort by recently updated
recently updated
newest added

As noted in https://github.com/src-d/backlog/issues/1205#issuecomment-400283991 we need to properly document the way Modelforge works ATM. Also how to use it both internally and externally.

1. Added a couple PEP8 exceptions: - E203: - E731: sometimes we want lambda expressions - D105: magic method docstrings not necessarily required - D202: causes conflicts if you define...

Spitballing some ideas, @vmarkovtsev WDYT : - [ ] Structure - [ ] Model stuff could be in a directory - [ ] Bakend stuff could be in a directory...