Persalys for data inference: how to wrap Persalys?

Hello Vincent,

I would try something along the lines of what is done here:

You could use Persalys’ Python API to define/run your DataModel/MarginalInferenceAnalysis in an automated way (e.g by looping over your datasets) and then save/open the resulting study within the GUI to analyse/display the results.

I agree such approach can be cumbersome, mainly due to the fact that you need to run the script in Persalys’ Python environment. It can be done in Persalys’ Python console but it is not very user-friendly. Outside of the Python console, you can also have access to this environment by extracting the Linux AppImage or locating Persalys site-packages installation directory on Windows

You could also compile from source but this requires the compilation of all the required dependencies.

I hope this helps nonetheless
Cheers,

Guillaume

1 Like