Dataset format
The CHDAGE dataset is a two-column CSV file that we will download from an external repository. In the first chapter, we used native TensorFlow methods to read the dataset. In this chapter, we will alternatively use a complementary and popular library to get the data. The cause for this new addition is that, given that the dataset only has 100 tuples, it is practical to just read it in one line, and also, we can get simple but powerful analysis methods for free from the pandas library.
In the first stage of this project, we will start loading an instance of the CHDAGE dataset. Then we will print vital statistics about the data, and then proceed to preprocessing. After doing some plots of the data, we will build a model composed ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access