pyPESTO
pyPESTO copied to clipboard
python Parameter EStimation TOolbox
* Ensembles: * Save and load weights and sigmay (#876) * Define relative cutoff (#855) * PEtab: * Pass problem kwargs via petab importer (#874) * Use `benchmark-models-petab` instead of...
Since https://github.com/ICB-DCM/pyPESTO/pull/909 it's not possible to load History from write protected hdf5 files, because `Hdf5History._maybe_generate_hdf5_group` in `Hdf5History.__init__` always tries to open the file for appending.
This is to be able to use Apsara in combination with pymc. For now only a draft. TODO: - [x] Import for pymc via GitHub probably until official version is...
See https://github.com/ICB-DCM/pyPESTO/runs/7522438577?check_suite_focus=true ``` _______________________________ test_samples_cis _______________________________ def test_samples_cis(): """ Test whether :py:func:`pypesto.sample.calculate_ci_mcmc_sample` produces percentile-based credibility intervals correctly. """ # load problem problem = gaussian_problem() # set a sampler sampler =...
We should keep track of papers for which pypesto was used. Relevant for any potential applications for funding.