Alexandre Quemy
Alexandre Quemy
@alexlang74 Thank you for the example. We have a workaround for now if `pickle` is acceptable. Serialization: ```python profile = ProfileReport(df,) profile.to_file('report.html') # Trigger the computation / alternative you can...
Hi @Hemasundararaop, All models are created and trained locally without any data being sent through network. The only exception is Fabric Regular Synthesizer which requires a token from [YData Fabric](https://fabric.ydata.ai/)...
Have you install the extra dependencies? ``` pip install ydata-synthetic[streamlit] ``` The `streamlite` extension is installing the SDK (verified on a clean install).
Guide to reproduce the experiments: https://github.com/echr-od/ECHR-OD_process/wiki/Information-Systems-2022---Reproducibility-Guide
The first Pull Request addresses only the multiprocessing parts for the steps `cases_info` and `get_documents`.