We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c585d0 commit e98db1fCopy full SHA for e98db1f
README.md
@@ -123,7 +123,7 @@ Users may also build highly complex DMD models with PyDMD. Below is an example o
123
```python3
124
from pydmd import BOPDMD
125
126
-# Build a bagging, optimized DMD (BOP-DMD) model.
+# Build a Bagging, Optimized DMD (BOP-DMD) model.
127
# For Optimized DMD (without bagging), use BOPDMD(svd_rank=12, num_trials=0).
128
bopdmd = BOPDMD(
129
svd_rank=12, # Rank of the DMD fit.
0 commit comments