Ingo Scholtes

Results 16 issues of Ingo Scholtes

# Contributing to CSrankings Thanks for contributing to CSrankings! Here are some guidelines to getting your pull request accepted. 0. Use a reasonable title that explains what the PR corresponds...

This pull request contains the new memory-efficient implementation of the `lift_order_temporal` function that creates a temporal event DAG from a temporal graph with given delta. I also added the new...

enhancement

The current code to calculate temporal paths in a TemporalGraph suffers from explosive memory usage, which crashes the kernel. Also, despite using the GPU it is not efficient due to...

enhancement

I get the following error: No such file or directory: '/opt/conda/lib/python3.10/site-packages/pathpyG/visualisations/templates/tikz-network.sty'

bug

Specify design principles in readme.md

I think it would be a good idea if the plot function used the ID-Index mapping stored in `Graph.mapping` as node labels by default (if such a mapping is defined)....

enhancement

In the latest version of the plot function, interactive HTML-based plots of larger networks are very slow. For example, the plots of second-order networks for the example in the dbgnn.ipynb...

bug

To test whether the functionality needed for the ML4Nets course has been implemented in pathpyG, we should start converting the practice notebooks, which are [available here](https://gitlab.informatik.uni-wuerzburg.de/ml4nets_notebooks/2024_sose_ml4nets_notebooks). - [ ] Week...

help wanted