Skip to content

Enhancement/retrain clf make pypi work

Daniel Scheffler requested to merge enhancement/retrain_clf_make_pypi_work into master
  • Re-trained LR classifiers.
  • Updated classifiers within test data.
  • Classifiers are no longer stored in the repository (resources directory) but are automatically downloaded on demand at the first run (added corresponding code).
  • Fixed TemporaryDirectory bug in Test_Utils.test_export_classifiers_as_JSON().
  • Re-enabled CI job 'deploy_pypi'.

Merge request reports