Skip to content

v1.10

Compare
Choose a tag to compare
@evilsocket evilsocket released this 20 May 18:12
· 115 commits to master since this release
954cf84

New Features

  • ergo create now has the new --inputs, --outputs, --layers, --epochs and --batch-size optional arguments.
  • ergo serve has now an optional --profile argument to enable the profiling middleware.
  • ergo relevance has now a --metric argument (default to precision) to specify which metric to use for relevance.
  • ergo view now has an optional --img-only argument to avoid showing any UI.
  • ergo view will now plot the ROC curve.
  • ergo view will now generate the trainig_cm.png, test_cm.png, validation_cm.png and history.png files.
  • ergo serve now supports GET queries, POST forms and also file uploads as x.
  • ergo serve will now expose an /encoding API route to perform encoding only.

Fixes

  • fixed a typo in ergo cmp.

Misc

  • refactored ergo optimize-dataset, ergo clean, ergo create and ergo view code.
  • removed sumpy connector to decouple the projects.