We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there are multiple ways to do so
coords_as_features
SpCVCoords
$set_column_roles()
SptCVCstf
Setting a column role for coordinates in SpCVCoords will not change the behaviour, i.e. coordinates stay out of the feature set (which is good).
This should be documented cleary in the mlr3book.
The text was updated successfully, but these errors were encountered:
We evaluate whwehter space and time should be stored in groups and handled natively by {mlr3}s grouping logic - together with the stratum column role.
space
time
groups
stratum
The coordinates role might stay.
coordinates
Sorry, something went wrong.
task$set_col_roles(c("x", "y"), role = "feature")
No branches or pull requests
Currently there are multiple ways to do so
coords_as_features
(legacy implementation), e.g. inSpCVCoords
$set_column_roles()
, e.g. inSptCVCstf
and othersSetting a column role for coordinates in
SpCVCoords
will not change the behaviour, i.e. coordinates stay out of the feature set (which is good).This should be documented cleary in the mlr3book.
The text was updated successfully, but these errors were encountered: