Added Intended Use and Limitations
Browse files
README.md
CHANGED
@@ -109,6 +109,7 @@ x = {
|
|
109 |
pred = model.predict(x, verbose=0)["dwp"][0] # ΔWP for [go, FG, punt]
|
110 |
actions = ["Go for it", "Field goal", "Punt"]
|
111 |
print(dict(zip(actions, pred)))
|
|
|
112 |
|
113 |
## Intended use & limitations
|
114 |
|
|
|
109 |
pred = model.predict(x, verbose=0)["dwp"][0] # ΔWP for [go, FG, punt]
|
110 |
actions = ["Go for it", "Field goal", "Punt"]
|
111 |
print(dict(zip(actions, pred)))
|
112 |
+
```
|
113 |
|
114 |
## Intended use & limitations
|
115 |
|