-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add example notebook #26
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@QianqianHan96 here I added an example notebook mainly to show how to optimize the emulator workflow using dask, dask-ml and xarray. There might be small differences in handling data for example, LAI interpolation using data from the previous year. I didn't run the example notebook on snellius with a large dataset. I created this pull request, just in case you would like to add the example to the repository. |
Hi Sarah, thanks for adding the example notebook. I will have a look at it probably at the end of this month when I start producing fluxes dataset. Now I am still working on cleaning the training data. I will let you know after I go through your optimized script. |
Here, I added an example notebook that shows the complete workflow: model training, data processing and prediction.