pathpy / pathpyG

GPU-accelerated Next-Generation Network Analytics and Graph Learning for Time Series Data on Complex Networks.
https://www.pathpy.net
GNU Affero General Public License v3.0
31 stars 1 forks source link

Should we implement a zeroth order layer in MultiOrderModel? #172

Open VinsRR opened 5 months ago

VinsRR commented 5 months ago

The MultiOrderModel implementation is constructed with layers starting from 1. The model selection is currently implemented with some workarounds to account for the frequencies and probabilities of transitions in zeroth order.

Do we want to keep the current situation, or shall we add a zeroth order layer in the MultiOrderModel implementation?