TLP - Programming Maintenance
Week 3 - Extracting customers

Background

One of the things that we talked about in FCCS was various techniques of Data Mining. For example, we might want to take our Miss Tea database from last semester and figure out which customers are better or worse customers. One thing we could focus on is cluster analysis and one way to do that is to try to study whether customers from a given state, or age, or even email service, are better/worse customers. One step in that process would be to split up a large data set into some previously defined clusters and study the results (this isn't traditional cluster analysis but is a variant).

For this activity we will use the MissTea files from last semester.

 

Task

 

Hints