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

Train an ELUC predictor #18

Closed
ofrancon opened this issue Feb 17, 2023 · 3 comments
Closed

Train an ELUC predictor #18

ofrancon opened this issue Feb 17, 2023 · 3 comments

Comments

@ofrancon
Copy link
Member

Train a model that predicts ELUC give land use changes

Once #17 is done, the dataset contains data like:
ELUC, primf_diff, primn_diff, secdf_diff, secdn_diff, urban_diff, c3ann_diff, ...

The diff columns are the land use change, i.e. the features
ELUC is the emissions from land use change, i.e. the label

Maybe the current state is also needed to improve the predictions: primf, primn, secdf, secdn, urban, .... They could be additional features.

Evaluation of the predictions can be done on different test sets. The split could be for instance:

  • Train / Test split by years: test on last 15 years
  • Train / Test split by geographical regions
  • Train / Test random
@ofrancon
Copy link
Member Author

Additional features could be:

  • land usage and diffs from previous years (time series)
  • data from the neighboring cells (geographical cluster)

@ofrancon
Copy link
Member Author

The link to the aggregated dataset can be found in #14

@ofrancon
Copy link
Member Author

We have plenty of ELUC predictors now: see folder use_cases/eluc/predictors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant