predict
method from stats
vetiver
for deployment and monitoringaccept
now automatically calls latest version of prediction model available, while giving the user an option to choose which version to call.accept2
to execute properly has now been fixed.accept2
has now been fixed.accept2
can now receive vector input and produce vector output.This is a minor release with new and optimized functionality. Importantly, the package now includes the updated model accept 2.0
which is fine-tuned to provide better predictions for individuals with no prior exacerbation history. Users can use the accept()
function to produce predictions from the original publication, while accept2()
provides predictions from the updated model. We have also optimized the code for speed and the code for both models now runs about an order of magnitude faster.
predictACCEPT()
is now replaced with accept()
and accept2()
.