mobilise-d / mobgap

The Mobilise-D algorithm toolbox - Implemented in Python
https://mobgap.readthedocs.io
Apache License 2.0
31 stars 3 forks source link

Add performance index #149

Open felixkluge opened 3 months ago

felixkluge commented 3 months ago

Added performance index calculation as discussed in https://github.com/mobilise-d/mobgap/issues/122

felixkluge commented 3 months ago

Please note that formatting did some additional changes in gsd/evaluation.py

felixkluge commented 3 months ago

Tests still to be added - any suggestions?

AKuederle commented 3 months ago

@a-mosquito Can you have a look at this? In particular considering the changes that you made for error calculation. Do you see a way this could be integrated better with the other error calculation stuff?

a-mosquito commented 3 months ago

It should be possible to integrate that to the syntax introduced by #126. We could model the performance index calculation as a chain of transformations & aggregations:

Some considerations for the practical side of implementing this: