tidymodels / modeldata

Data Sets Used by tidymodels Packages
https://modeldata.tidymodels.org/
Other
22 stars 5 forks source link

Taxi typo in docs #64

Closed topepo closed 1 year ago

topepo commented 1 year ago

For the local variable:

Whether the trip started in the same community area as it began. See the source data for community area values.

That should always be TRUE 😄

I suggest

Whether the trip's starting and ending locations are in the same community. See the source data for community area values.

github-actions[bot] commented 1 year ago

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.