Conversation
…n from the monthly averaged data
Addition of connecting to ERA5 monthly averaged data and extracting a bounding box
… delete ENSO_Prediction.ipynb
- Accessing the bounding box - Calculating the mean - Conversion of the pipeline data into an xarray object
…#139) * Update the introduction and added references and a reference section. * Add example of connecting to ERA5 and extracting a bounding box region from the monthly averaged data * Add a script that calculates nino3.4 index to ENSO_Forecast.ipynb and delete ENSO_Prediction.ipynb * Demonstrate the use of the pipeline for: - Accessing the bounding box - Calculating the mean - Conversion of the pipeline data into an xarray object --------- Co-authored-by: Tennessee Leeuwenburg <tennessee.leeuwenburg@bom.gov.au>
- Added a script that prepares a dataframe ready for machine learning, including target variables needed for 1-month lag forecasts with XGBoost and 3-month lag forecasts with MLP - Added a script that encodes 'month' into cyclic features; this is useful if we need to include month as a predictor, using 'month_sin' and 'month_cos' - minor: edited subheadings and cleaned comments Issue: I am using pet/2025.06, and there is no plotly library
…NSO_Forecast and ENSO_Pipeline
…n with the ML model predictions.
Add gridded MLP example (some more commentary and evaluation to be added but well on the way)
…died up, remove the working copies
Adds a tutorial showing: - Extracting and processing data - Training an XGBoost time-series model - Training an MLP time-series model - Training an MLP spatio-temporal model
Pull Request Test Coverage Report for Build 17001704787Details
💛 - Coveralls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch supported a feature collaboration developing several notebooks for training a model for ENSO prediction. The work was merged from a fork into this feature branch and I am now merging it into the develop branch. See #145