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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Most objects now have a new (optional) field label, i.e. Task, TaskGenerator, Learner, Resampling, and Measure.
as.data.table() methods for objects of class Dictonary have been extended
with additional columns.
as_task_classif.formula() and as_task_regr.formula() now remove additional
atrributes attached to the data which caused some some learners to break.
Packages are now loaded prior to calling the $train() and $predict()
methods of a Learner. This ensures that package loading errors are properly
propagated and not affected by encapsulation (#771).