-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Additional features could be:
|
The link to the aggregated dataset can be found in #14 |
5 tasks
ofrancon
added a commit
that referenced
this issue
May 6, 2023
We have plenty of ELUC predictors now: see folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: