marco-vgn commited on
Commit
7f046b3
·
verified ·
1 Parent(s): 20f8a60

Added Intended Use and Limitations

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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