Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderhoser authored Nov 18, 2022
1 parent 1e53ed6 commit 2ce1fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ This repository contains several Jupyter notebooks for implementing the methods
- `classification_mc_dropout.ipynb` implements MC dropout for digit classification.
- `classification_npdp.ipynb` implements quantile regression for digit classification, using a special NN architecture that prevents quantile-crossing. Both notebooks use the spread-skill plot and discard test to evaluate uncertainty estimates.
- `crps_loss.ipynb` implements the continuous ranked probability score (CRPS) as a loss function for ensemble prediction (EP).
- `regression_multi_datasets.ipynb` implements three UQ approaches (PDP, EP, and MC dropout) for six synthetic datasets. It creates four evaluation graphics to evaluate the models (attributes diagram, spread-skill plot, discard test, and PIT histogram).
- 'regression_multi_model.ipynb' implements four UQ models (PDP_Norm, PDP_SHASH, EP_CRPS, and MC dropout) and compares them on a synthetic dataset (selected from six options). It creates fout evaluation graphics (attributes diagram, spread-skill plot, discard test, and PIT histogram) and compares the models using eight different scores.
- `regression_multi_datasets.ipynb` allows the user to select one UQ approach (PDP, EP, or MC dropout), then compares the results across seven synthetic datasets. It uses four evaluation graphics (the attributes diagram, spread-skill plot, discard test, and PIT histogram) and eight evaluation scores (MSESS, SSRAT, SSREL, MF, DI, PITD, CRPS, and IGN).
- `regression_multi_model.ipynb` allows the user to select one synthetic dataset, then compares the results across the three UQ approaches, using the same evaluation tools.

0 comments on commit 2ce1fc1

Please sign in to comment.