Read and Explore the Data
Dive into the first step of the Keras workflow; Reading, exploring, and preprocessing the dataset.
We'll cover the following
The first step for developing any model is reading and exploring the data. This helps answer the questions below:
- How many features does the data have?
- Are there any missing data?
- If the answer to question 2 is yes, then how should we eliminate missing data?
Take the example of the titanic dataset. The columns of the dataset are given below:
Get hands-on with 1400+ tech skills courses.