Skip to content

Commit

Permalink
Merge pull request #333 from alan-turing-institute/update_doc
Browse files Browse the repository at this point in the history
Minor docs update
  • Loading branch information
radka-j authored Mar 7, 2025
2 parents 5d056b0 + 46b0758 commit 0523ca4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- 🪄 **Low-Code**: Data-processing, model comparison, cross-validation, hyperparameter search and more in few lines of code
- 🎯 **Optimized for Emulation**: Optimized for typical emulation scenarios with small to medium datasets (100s-1000s of points) with many inputs and outputs
- 🔌 **Easy Integration**: All emulators are `scikit-learn` compatible, and the underlying `PyTorch` models can be extracted for custom use
- 🔮 **Downstream Applications**: Still early days, but we've got prediction, sensitivity analysis, history matching and more
- 🔮 **Downstream Applications**: Still early days, but we've got prediction, sensitivity analysis, calibration and more

## 🎓 State-of-the-Art Models

Expand Down
13 changes: 11 additions & 2 deletions docs/tutorials/01_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,16 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# History Matching\n",
"# Downstream tasks\n",
"\n",
"Once you have a trained emulator, it can be used for many downstream tasks like calibration or sensitivity analysis. `AutoEmulate` comes with inbuilt support for some of the most common of these."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## History Matching\n",
"\n",
"In this section, we perform History Matching on the predictions from the best_emulator. This allows us to see which reagions of the parameter space are plausible. The Implausibility metric is calculated using the following relation for each set of parameter:\n",
"\n",
Expand Down Expand Up @@ -591,7 +600,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 0523ca4

Please sign in to comment.