Skip to content

Commit b26102b

Browse files
minor updates
1 parent ec5e9bf commit b26102b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

src/sbmlsim/fit/TODO.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# TODO
2+
Important features:
3+
- support simple cluster deployment (full serialization of problem & settings)
4+
- (support complex calculated data AUC, ...)
5+
6+
*IO*
7+
- [ ] serialization of problem(s) to PEtab (v2) + additional metadata (i.e. all simulations, data, metadata); i.e. the complete problem is stored in PEtab; store problem and metadata (for filtering & validation) => full problem => create subset problems
8+
- [ ] inject model parameters/changes and serialize SBML
9+
- [ ] generation of subsets of problems easily (filter) => new PEtab problems; all serialized;
10+
11+
*Optimization*
12+
- simulate only timepoints which are necessary
13+
- clear access to optimization function;
14+
- robust handling of failing optimizations;
15+
16+
* Evaluation & reports*
17+
- simple calculation of metrics based on a set of paramters; i.e PETab problem + parameter set allow to calculate all metrics
18+
- [ ] Calculate metrics: PRED, IPRED, IRES, AIC, RMSE (based on given set of parameters) and report; Access to cost function;
19+
- store results of parameter optimization (parameter sets with metrics) -> merge results
20+
- confidence intervals using profile Likelihoods of cost function; => subsequent analysis
21+
- improve plots; Bland Altmann; Waterfall
22+
- separate reports from parameter optimization (just needs problem definition & model parameters); Creates report for given parameter set, trainings data & evaluation data
23+
- interactive reports (quarto); => use best of both worlds R, nlmixr2 , Pypesto; petab; much better interactive/static reports as overview
24+
25+
Profile-Likelihood analysis
26+
- Parameter identifiability analysis;
-133 KB
Binary file not shown.

0 commit comments

Comments
 (0)