Title: | CD Data for Entity Resolution |
---|---|
Description: | Duplicated music data (pre-processed and formatted) for entity resolution. The total size of the data set is 9763. There are respective gold standard records that are labeled and can be considered as a unique identifier. |
Authors: | Rebecca Steorts [aut, cre], Andee Kaplan [aut], Srini. Sunil [aut] |
Maintainer: | Rebecca Steorts <[email protected]> |
License: | CC0 |
Version: | 0.1.0 |
Built: | 2025-01-27 04:54:41 UTC |
Source: | https://github.com/cleanzr/cd |
This data set includes 9763 CDs randomly extracted from freeDB.
cd
cd
A data frame with 11 variables: pk
, id
, artist
, title
, category
, genre
, cdextra
, year
, track_number
, song_name
This data set includes 9763 CDs randomly extracted from freeDB. It is appropriate for performing various types of record linkage and can be assessed by standard record linkage methods.
head(cd) dim(cd)
head(cd) dim(cd)
This data set includes the matched record pairs based on disc ID.
cd_gold
cd_gold
A data frame with 2 variables: disc1_id
, disc2_id
This data set includes the matched record pairs based on disc ID from the cd data set. The data set can be used to evaluate the performance of record linkage methods performed on the cd data set.
head(cd_gold) dim(cd_gold)
head(cd_gold) dim(cd_gold)