Skip to content
New issue

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

predictors vector cube in fit_class_random_forest #349

Open
soxofaan opened this issue Mar 16, 2022 · 6 comments
Open

predictors vector cube in fit_class_random_forest #349

soxofaan opened this issue Mar 16, 2022 · 6 comments
Milestone

Comments

@soxofaan
Copy link
Member

"description": "The predictors for the classification model as a vector data cube. Aggregated to the features (vectors) of the target input variable.",

If I understand the ML aspects of fit_class_random_forest well enough I think the description should mention that the predictors vector cube should be a 2D data cube:

  • one dimension being the "geometry" dimension
  • the other dimension being the "ML feature" dimension
@m-mohr
Copy link
Member

m-mohr commented Mar 21, 2022

Could someone give an example, please?

@m-mohr m-mohr added the ML label Mar 21, 2022
@m-mohr m-mohr added this to the 1.3.0 milestone Mar 21, 2022
@clausmichele
Copy link
Member

@soxofaan maybe we should let the user select the predictors instead to get a 2D vector-cube? I've opened a similar issue #341

@m-mohr
Copy link
Member

m-mohr commented Mar 21, 2022

What is a predictor in a data cube world? Isn't that a dimension? @clausmichele

@clausmichele
Copy link
Member

clausmichele commented Mar 23, 2022

@m-mohr sorry I didn't get the notification about your reply.

It depends, are we talking about a raster-cube or a vector-cube?

If it's a raster with dimensions x,y,t,bands the predictors could mostly be bands, time or bands + time as well.

For vector-cube, it depends how it is structured.

@m-mohr
Copy link
Member

m-mohr commented Mar 23, 2022

@clausmichele I was thinking about both - is there a difference between vector and raster?

@clausmichele
Copy link
Member

clausmichele commented Mar 23, 2022

Well, if the vector-cube looks like this #341 (comment)
then I would not know how to select 'bands' anymore, since we have just columns with the bands labels. It depends how you define the dimensions of the vector-cube, for sure they can't be the same as in a raster-cube.

@m-mohr m-mohr modified the milestones: 1.3.0, 2.0.0 Feb 1, 2023
@m-mohr m-mohr modified the milestones: 2.0.0, 2.1.0 Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants