Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine readable model property overview #169

Closed
FFroehlich opened this issue Nov 22, 2022 · 2 comments · Fixed by #238
Closed

Machine readable model property overview #169

FFroehlich opened this issue Nov 22, 2022 · 2 comments · Fixed by #238
Assignees

Comments

@FFroehlich
Copy link
Collaborator

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

@dweindl
Copy link
Member

dweindl commented Nov 22, 2022

Only requires saving this DataFrame as csv/tsv

df = get_overview_table()

@FFroehlich
Copy link
Collaborator Author

Only requires saving this DataFrame as csv/tsv

df = get_overview_table()

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

@dweindl dweindl self-assigned this Sep 26, 2024
dweindl added a commit that referenced this issue Sep 26, 2024
dweindl added a commit that referenced this issue Sep 30, 2024
* some functionality from `scripts/` would be useful inside the library
* some functionality from the library was replicated in `scripts/`

-> consolidate (see also #208), turn separate scripts into entrypoints (currently prefixed with `bmp-` from Benchmark-Models-Petab)

* Reduce number of package configuration files
* replace isort/flake/... by ruff
* Problem feature table accessible through the library (closes #169)
* `--help` for the overview table entrypoint
* Extend overview table: add objective priors (Closes #232
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants