Skip to content

vwiela/petab_select

This branch is 24 commits behind PEtab-dev/petab_select:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

be0df58 · Nov 19, 2024
Nov 19, 2024
Nov 18, 2024
Nov 19, 2024
Nov 18, 2024
Nov 18, 2024
Sep 30, 2022
Nov 12, 2024
Nov 11, 2024
May 5, 2021
Nov 19, 2024
Nov 18, 2024
Nov 18, 2024
Nov 12, 2024
Nov 12, 2024
Nov 12, 2024

Repository files navigation

PEtab Select logo

PyPI - Version DOI

The repository for the development of the extension to PEtab for model selection, including the additional file formats and Python 3 package.

Install

The Python 3 package provides both the Python 3 and command-line (CLI) interfaces, and can be installed from PyPI, with pip3 install petab-select.

Documentation

Further documentation is available at http://petab-select.readthedocs.io/.

Examples

There are example Jupyter notebooks for usage of PEtab Select with

  • the command-line interface, and
  • the Python 3 interface,

in the doc/examples directory.

Supported features

Criterion

Methods

Note that the directional methods (forward, backward) find models with the smallest step size (in terms of number of estimated parameters). For example, given the forward method and a predecessor model with 2 estimated parameters, if there are no models with 3 estimated parameters, but some models with 4 estimated parameters, then the search may return candidate models with 4 estimated parameters.

Packages

No packages published

Languages

  • Python 100.0%