Import Data From a CSV to Use with a Keras Model Using NumPy’s genfromtxt Method

Chris Achard
InstructorChris Achard

Share this video with your friends

Send Tweet

We’ll replace our set of sample data with data that we import from a CSV, by importing it as a numpy array using numpy's genfromtxt method. Then we’ll use that data to train the binary classification model.