Skip to content

Commit

Permalink
Added a few notes to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
teubert committed Nov 5, 2024
1 parent d5d4b52 commit 632e201
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 7 deletions.
37 changes: 36 additions & 1 deletion examples/03_Existing Models.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,42 @@
"source": [
"# Using Provided ProgPy Models\n",
"\n",
"**A version of this notebook will be added in release v1.8**"
"**A version of this notebook will be added in release v1.8, including:**"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Battery Models"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Electric Powertrain Models"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Centrifugal Pump Model"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Pneumatic Valve Model"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Aircraft Flight Model"
]
}
],
Expand Down
41 changes: 40 additions & 1 deletion examples/05_Data Driven.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,46 @@
"metadata": {},
"source": [
"# Using Data-Driven Models\n",
"**A version of this notebook will be added in release v1.8**"
"**A version of this notebook will be added in release v1.8, including:**"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## General Use\n",
"\n",
"### Building a new model from data\n",
"\n",
"### Surrogate Models"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Long Short-Term Memory (LSTM)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Dynamic Mode Decomposition (DMD)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Polynomial Chaos Expansion (PCE)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Extending"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/07_State Estimation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.6"
"version": "3.12.0"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
15 changes: 13 additions & 2 deletions examples/09_Prognostic Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,21 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.7 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.10.7"
},
"orig_nbformat": 4
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "610c699f0cd8c4f129acd9140687fff6866bed0eb8e82f249fc8848b827b628c"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down
15 changes: 13 additions & 2 deletions examples/10_Prognostics Server.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,21 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.7 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.10.7"
},
"orig_nbformat": 4
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "610c699f0cd8c4f129acd9140687fff6866bed0eb8e82f249fc8848b827b628c"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
Expand Down

0 comments on commit 632e201

Please sign in to comment.