##### Response

**`converted`**

- `[object]` result of fourth-down conversion attempt. One of `No` or `Yes`.

##### Features

**`togo`**

- `[float64]` distance in yards from either the first down marker or the end zone in goal down situations. Distance needed to successfully convert the fourth-down attempt.

**`yardline`**

- `[float64]` distance in yards from the opponent's end zone. Distance needed to score a touchdown.

**`play_type`**

- `[object]` type of play. One of `Pass` or `Run`. Pass plays include sacks. Run plays include scrambles.

**`posteam`**

- `[object]` the abbreviation for the team with possession of the ball.

**`defteam`**

- `[object]` the abbreviation for the team on defense.
