Advanced tutorials introduced - #335
vineetbansal wants to merge 9 commits into
Conversation
382edf1 to
8fdd764
Compare
|
Thank you for migrating all of this! I know that the Sociopatterns high school dataset can be downloaded from Netzschleuder and we already do this in an existing tutorial notebook here. I also know that the |
…introduced that downloads data if needed
|
@M-Lampert - I've added a utility function Both the existing notebooks and the "advanced" notebooks use it now. The So I'd say this PR is ready to be merged pending the decision on the one notebook - |
Advanced tutorials from https://github.com/pathpy/2026-polnets-tutorials are introduced in
docs/tutorials/advanced, and tested in the CI.All notebooks are working locally for me except the model selection one - 02-04-model-selection.ipynb, because it uses some featuers not yet merged in main or dev.
Specifically, the notebooks were meant to be run against the
trp-model-lselectionbranch. I'm not sure about the status of this branch and whether it is ready to be merged to main or dev.I've excluded that notebook in this PR for now, and included all the remaining ones. We can discuss whether it belongs in this PR.
This partially addresses issue #331. Once CI passes then the notebooks/links can be moved around so that the current tutorials go under "getting started" and these "advanced" tutorials become the default ones.
TODO: Ping @IngoScholtes about the 02-04 notebook that doesn't work.