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
It might be nice if the package included/added some functionality to abstract away fitting a PK/PD model to data and estimate the associated model parameters. Maybe something akin to the sklearn style .fit function where you could call something like model.fit(observable, data) and the PK/PD model would train to fit the data.
The text was updated successfully, but these errors were encountered:
It might be nice if the package included/added some functionality to abstract away fitting a PK/PD model to data and estimate the associated model parameters. Maybe something akin to the sklearn style
.fit
function where you could call something likemodel.fit(observable, data)
and the PK/PD model would train to fit the data.The text was updated successfully, but these errors were encountered: