Skip to content

Commit

Permalink
Remove pip install from list of packages to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonrljr authored Aug 13, 2024
1 parent eceae80 commit 9eead58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/2 - NARMAX Model Representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ There are several NARMAX model representations, including polynomial, Fourier, g
To reproduce the codes presented in this section, make sure you have these packages installed:

```
pip install sysidentpy, scikit-learn, scipy, pytorch, matplotlib
sysidentpy, scikit-learn, scipy, pytorch, matplotlib
```

## Basis Function
Expand Down

0 comments on commit 9eead58

Please sign in to comment.