Capice now uses .json/.ubj for saving/loading models.
~Added scripts to convert to/from .pickle.dat (note that these are simplistic without advanced user-input validation!)~ Added a section to the FAQ explaining to the user how to generate a .json model from a .pickle.dat one.
Adjustments to CLI to be more streamlined.
Closes #149
Added flake8 (with flake8-import-order) as test dependency.
Includes a config file which can be integrated into a setup.cfg in the future.
Fixed any errors thrown flake8 (using pep8 styling)
SOP
Changed
.json
/.ubj
for saving/loading models..pickle.dat
(note that these are simplistic without advanced user-input validation!)~ Added a section to the FAQ explaining to the user how to generate a.json
model from a.pickle.dat
one.flake8-import-order
) astest
dependency.setup.cfg
in the future.Important notes
-
Before merge:
After merge: