You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/06_Combining Models.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
"source": [
14
14
"This section demonstrates how prognostic models can be combined. There are two instances in which this is useful: \n",
15
15
"\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",
17
17
"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",
18
18
"\n",
19
19
"These two methods for combining models are described in the following sections."
0 commit comments