Skip to content

Commit 898991f

Browse files
authored
Update README.md
1 parent 24e7d55 commit 898991f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ Consider data collected on the Herbert river network, at these sensor locations:
1010

1111
<img src="https://user-images.githubusercontent.com/34525024/232662278-bc6973ae-6ccf-443d-99d4-204eada127d6.JPG" width="35%" height="35%" alt="Herbert river sensor locations" title="">
1212

13-
The sensors measure water level, from within the river.
14-
15-
Assuming we have pre-processed the data, we instantiate and fit the model:
13+
The sensors measure water level, from within the river. Assuming we have pre-processed the data, we instantiate and fit the model:
1614
```
1715
# run model
1816
model = GNNAD(threshold_type="max_validation", topk=6, slide_win=200)

0 commit comments

Comments
 (0)