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
Rename task cookfarm to cookfarm_mlr3.
This was done to distinguish the cookfarm task implementation in {mlr3} better from the original cookfarm dataset. cookfarm_mlr3 also now comes with all rows of the upstream cookfarm task and not with a random subset as before.
Rewrite mlr_resampling_spctcv_cstf implementation. The method will produce different fold results compared to {mlr3spatiotempcv} <= 1.0.1.
This is because of a change/fix in the sampling behavior: before, an (unwanted) stratified sampling was done on time and space variables.
While this matched the upstream implementation in {CAST}, this did not match with the actual theoretical underpinning described in the literature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Breaking
cookfarm
tocookfarm_mlr3
.This was done to distinguish the
cookfarm
task implementation in {mlr3} better from the originalcookfarm
dataset.cookfarm_mlr3
also now comes with all rows of the upstreamcookfarm
task and not with a random subset as before.mlr_resampling_spctcv_cstf
implementation.The method will produce different fold results compared to {mlr3spatiotempcv} <= 1.0.1.
This is because of a change/fix in the sampling behavior: before, an (unwanted) stratified sampling was done on
time
andspace
variables.While this matched the upstream implementation in {CAST}, this did not match with the actual theoretical underpinning described in the literature.
Features
DataBackendRaster
(@be-marc, - feat: Add support forDataBackendRaster
#191).mlr_resampling_spctcv_cstf
: a log message returns the column roles from the Task which are used for partitioningTask*ST
classes now print column rolesspace
andtime
(if set) (- feat: Print column rolesspace
,time
orplot
in Task #198)autoplot()
gainsplot_time_var
argument for 3D visualizations ofmlr_resamplings_sptcv_cstf
resamplings with only 'space' used for partitioning (- Addplot_time_var
argument toautoplot()
for 3D plotting #197)Bugfixes
Misc
cookfarm_mlr3
task now sets column roles "space" and "time" for variablesSOURCEID
andDate
, respectively.This discussion was created from the release mlr3spatiotempcv 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions