Enhancement/retrain clf make pypi work
- 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'.