Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smaeyama authored Jul 25, 2024
1 parent fb5ec27 commit e02d8e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The following is an explanation on the simple usage of NARGP (Nonlinear AutoRegr
```
2. Instantiate the NARGP object using the above dataset.
```
from mfmodeling import NARGP
model_nargp = NARGP(data_list = data_list)
```
3. Optimize hyperparameters of the kernel function in NARGP.
Expand Down

0 comments on commit e02d8e7

Please sign in to comment.