Giulio Rossetti

Results 65 comments of Giulio Rossetti

Hi, I noticed that when scraping a user the list of contacts in the result refers to the logged account, not to the user itself.

The issue is tied to the rationale discussed in issue #60. The plot method takes care of generating the labels starting from models metadata. Since such method either (1) save...

The branch [mpl_viz_refactoring](https://github.com/GiulioRossetti/ndlib/tree/mpl_viz_refactoring) implements a modified version of the mpl plotting submodule in which plot() methods return a Figure object. Please test it and let me know if a similar...

It seems something related to the multiprocessing python library... I'll try to understand if something can be done to overcome this issue from our side.

I assume you are using a jupyter notebook to run the experiments: have you tried to run the the same code directly to the interpreter? Of course, if there is...

Exactly, just try to run the classic: python your_scipt.py

Actually, it should be. My feeling is that the issue is related to the _maxtasksperchild_ parameter value. I set it to 10 to avoid continuously creating new threads and reassinging...

Hi, unfortunately, I haven't had the time to check this issue lately. I'm not sure how to force the batch-parallel execution to perform an async allocation of the processes... honestly,...

Hi, the fix is already in the GitHub version of the library: just uninstall your current ndlib version and pip install it anew from github. We'll push an updated version...

Hi, some of them are already integrated (SEIR, SEIS). The others should be quite easy to implement: if you like to implement a few of them we can organize a...