FedericoCinus / WoMG

WoMG: Word of Mouth Generator
3 stars 0 forks source link

One script to plot them all, one script to find them, one script to bring them all and in the LaTeX bind them #5

Closed corradomonti closed 5 years ago

corradomonti commented 5 years ago

Provide a main.sh script or a Jupyter notebook able to generate and save all plots used in the thesis.

FedericoCinus commented 5 years ago

I created womg_main.py inside src folder which can be used both in command line and jupyter notebook. Additionally there is a tutorial notebook inside examples folder which provides a tutorial for womg and a way to replicate the thesis results. Lot of statistics is needed for generating plots so there is a simulation function that I am using for creating this statistics.

corradomonti commented 5 years ago

Cool! Usually such a main module would be named womg/__main__.py; in this way it is called if you run python womg.

FedericoCinus commented 5 years ago

There is no possibility to upload simulations because of dimensional restrictions of git. Despite that notebooks analysis are already run.

corradomonti commented 5 years ago

What do you mean? Would it be possible to have a Notebook that generates the simulations and then do the analysis of what has been generated? Is that what we have right now? Sorry if I don't understand :D

FedericoCinus commented 5 years ago

Yes, this is what we have right now. I was just trying to put the simulations on git in case someone does not want to wait too much time.