Benchmarking-Initiative / Benchmark-Models-PEtab

A collection of mathematical models with experimental data in the PEtab format as benchmark problems in order to evaluate new and existing methodologies for data-based modelling
BSD 3-Clause "New" or "Revised" License
26 stars 14 forks source link

Machine readable model property overview #169

Open FFroehlich opened 1 year ago

FFroehlich commented 1 year ago

Would be nice to have the table provided in README.md in some machine readable format like .csv or .tsv.

dweindl commented 1 year ago

Only requires saving this DataFrame as csv/tsv https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/11dfed1e44286f10ce936a2524bb06b39855a525/scripts/overview.py#L113

FFroehlich commented 1 year ago

Only requires saving this DataFrame as csv/tsv

https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab/blob/11dfed1e44286f10ce936a2524bb06b39855a525/scripts/overview.py#L113

okay, maybe it makes sense to expose that function in the python package :)