I. Reading Data

In our first step, we simply use the package "pandas" to read our training and testing data set. Then we may get the first 10 records for both of these data sets and the shape of them. This step can help us cultivate a basic information of these data and prepare for later use.

Import Necessary Packages

Reading the Text-Based Data set