You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete implementation of the compartmental PK/PD modeling "Fit/Train" page: pages/compartmental/fit.py
This page will allow users to upload concentration-time profiles, train PK/PD models to fit the data (model calibration), and estimate relevant PK parameters (e.g., distribution and elimination rate constants).
The text was updated successfully, but these errors were encountered:
nestedsample_it: https://github.com/LoLab-MSM/Gleipnir/blob/master/gleipnir/pysb_utilities/nestedsample_it.py
into a more unified implementation that supports different calibration methods. This would function similarly to the pysb simulators, possibly with an interface similar to scikit-learn models .fit function: e.g., something along the lines of calibrated = pysb.fit.stochastic_optimization.PSO.fit(model, observables, data) for particle swarm optimization.
Complete implementation of the compartmental PK/PD modeling "Fit/Train" page:
pages/compartmental/fit.py
This page will allow users to upload concentration-time profiles, train PK/PD models to fit the data (model calibration), and estimate relevant PK parameters (e.g., distribution and elimination rate constants).
The text was updated successfully, but these errors were encountered: