The Glass Identification dataset from UCI contains 10 attributes, including the ID, which is regarded as a primary key. The response is a glass type, which has seven discrete values. The following is taken from the website:
The study of classification of types of glass was motivated by criminological investigation. At the scene of the crime, the glass left can be used as evidence.
You can download the dataset from the following link: https://github.com/PacktPublishing/Hands-On-Exploratory-Data-Analysis-with-R/tree/master/ch10.
The user can refer to the following link for more information regarding the dataset: https://archive.ics.uci.edu/ml/datasets/glass+identification.
This section is all about understanding the dataset and its attributes. We will implement the following steps, as we did in the previous chapters, to understand the attribute...