-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
14 lines (12 loc) · 1007 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
Package: restaurant
Title: Restaurant Data for Entity Resolution
Version: 0.1.0
Authors@R: c(person("Rebecca", "Steorts", email= "[email protected]", role=c("aut", "cre")), person("Andee", "Kaplan", email= "[email protected]", role="aut"), person("Srini", "Sunil", email="[email protected]", role="aut"))
Description: Duplicated restaurant data (pre-processed and formatted) for entity resolution. This package contains formatted data from a data set that contains information about different restaurants, with the Zagats portion containing 331 records and the Fodors portion containing 533 records. The following variables are included in the data set: id, name, address, city, phone, type. The data set has a respective gold data set that provides information on which records match based on id.
URL: https://github.com/resteorts/restaurant
BugReports: https://github.com/resteorts/restaurant/issues
Depends: R (>= 3.4.0)
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000