-
Notifications
You must be signed in to change notification settings - Fork 40
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
Example for the docs #217
Comments
Cool. Any thoughts on how to structure the notebooks? I'm thinking GETTING STARTEDQuick Start We can then add to the Geophysical data and Tabular data sections over time. |
I think with regards to See our quick start here: https://climpred.readthedocs.io/en/stable/quick-start.html and any other quick starts from python packages. Maybe just a couple deterministic, probabilistic, etc. with quick viz from xarray. Geophysical data sounds good with the above idea I had. As with your tabular data. Then maybe like Then perhaps a page on statistical testing. |
I dont see the current quick-start as an API dump. Sure, we use synthetical data, and every user wants a real world example (from their field). we show how the API of our functions work, not more, not less. on statistical testing: we dont have many functions here. and the ones we have behave like the metrics. if we provide more examples it looks like this package is on statistical testing. IMO its not. its about forecasting metrics and the tests are using the metrics, but are not about the general framework of hypothesis testing |
I was helping out a labmate recently and thought something like this would be a good example for the docs. I was showing her how to use
xskillscore
to sift through a lot of ensemble members and pull out automatically a few members that do a very good job and very poor job at replicating ENSO from observations. This beats out the standard practice of doing it manually, of course.We can adapt the following demo using real data. Could just perturb it or could pull down just the tropical Pacific for CESM-LE vs. observations.
The idea here was to show how you could use pattern correlations and RMSE and use
xarray
to select the single best/worst performers or sort and select a range so you could plot a few to eyeball from there.The text was updated successfully, but these errors were encountered: