soft-nougat / dqw-ivves_structured

The structured(tabular) data part of Sogeti's data quality wrapper
MIT License
1 stars 3 forks source link

Issue with PyCaret and pdf generation #4

Open soft-nougat opened 2 years ago

soft-nougat commented 2 years ago

Parallel processes are not optimized. Multiple people using the app at the same time leads to the app throwing an error.

Try to fix by cleaning up all variables and files from disk ---

soft-nougat commented 2 years ago

Workaround: run the app locally. :)

soft-nougat commented 2 years ago

Pycaret issue related to this https://github.com/pycaret/pycaret/issues/895

Easy workaround: split the app into 2, Pycaret should be a separate one and try to replicate the issue.