Last active
November 27, 2019 06:26
-
-
Save analyticsindiamagazine/6e590b4b53f0598b948af692ce538ac3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Setting the number of datapoints to choose | |
num_datapoints = len(val) | |
# Preprocessing The validation data | |
make_label_column_numeric(val, label_column, classes) | |
test_examples = df_to_examples(val[0:num_datapoints]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment