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
In the active_learning() function, you use cBind() for S4 objects, which is now defunct and throws an error. Changing to the base R cbind() solves the problem. The problem can be replicated in the Manifestos active learning demo.