3.1.1 Load Data
You will be using the SUPPLEMENTARY_DEMOGRAPHICS data set available in the SH schema. Use the ore.sync
function to create an ore.frame
proxy object in R that represents a database table, view, or query.
Examine Data
Attribute Name | Information |
---|---|
CUST_ID | The ID of the customer |
EDUCATION | Education level attained |
OCCUPATION | Occupation of the customer |
HOUSEHOLD_SIZE | Number of people living at residence |
YRS_RESIDENCE | Number of years customer lived at current residence |
AFFINITY_CARD |
Indicates whether the customer holds an affinity card. 1 means Yes. 0 means No. |
BULK_PACK_DISKETTES |
Product. Indicates whether the customer purchased the bulk pack diskettes. 1 means Yes. 0 means No. |
FLAT_PANEL_MONITOR |
Product. Indicates whether the customer purchased flat panel monitor. 1 means Yes. 0 means No |
HOME_THEATER_PACKAGE |
Product. Indicates whether the customer purchased home theatre package. 1 means Yes. 0 means No |
BOOKKEEPING_APPLICATION |
Product. Indicates whether the customer purchased bookkeeping application. 1 means Yes. 0 means No |
PRINTER_SUPPLIES |
Product. Indicates whether the customer purchased printer supplies. 1 means Yes. 0 means No |
Y_BOX_GAMES |
Product. Indicates whether the customer purchased YBox Games. 1 means Yes. 0 means No |
OS_DOC_SET_KANJI |
Product. Indicates whether the customer purchased the Kanji character set for the operating system documentation. 1 means Yes. 0 means No |
COMMENTS | Comments from customers |
Parent topic: Classification Use Case