Skip to content

Commit c42488b

Browse files
committed
fix: typo
1 parent c1e4cfa commit c42488b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/06_Combining Models.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"This section demonstrates how prognostic models can be combined. There are two instances in which this is useful: \n",
1515
"\n",
16-
"1. Combining multiple models of different inter-related systems into one system-of-system model** (i.e., [Composite Models](https://nasa.github.io/progpy/api_ref/prog_models/CompositeModel.html)), or\n",
16+
"1. Combining multiple models of different inter-related systems into one system-of-system model (i.e., [Composite Models](https://nasa.github.io/progpy/api_ref/prog_models/CompositeModel.html)), or\n",
1717
"2. Combining multiple models of the same system to be simulated together and aggregated (i.e., [Ensemble Models](https://nasa.github.io/progpy/api_ref/prog_models/EnsembleModel.html) or [Mixture of Expert Models](https://nasa.github.io/progpy/api_ref/progpy/MixtureOfExperts.html)). This is generally done to improve the accuracy of prediction when you have multiple models that each represent part of the behavior or represent a distribution of different behaviors. \n",
1818
"\n",
1919
"These two methods for combining models are described in the following sections."

0 commit comments

Comments
 (0)