NEWS.md
file to track changes to the package.Added obs-by-obs
functionality to the viralpreds
function, allowing row-by-row predictions in addition to normal full-dataset predictions. This is controlled by the new prediction_type
parameter.
Added batch
functionality to the viralpreds
function, allowing smaller size batches predictions in addition to normal full-dataset predictions. This is controlled by the new prediction_type
parameter.
Introduced a new rank_output
argument in the viraltab
function, that allows users to choose whether to return ranked or unranked output, enhancing usability and customization for further modeling.