March 2018
Intermediate to advanced
272 pages
7h 53m
English
We can just import the load_data and one_hot_vectorize functions from the training script, calling those methods the same way, as shown in the following code:
data = load_data()data = one_hot_vectorize(data)