Skip to content

Instantly share code, notes, and snippets.

@analyticsindiamagazine
Last active November 27, 2019 06:26
Show Gist options
  • Save analyticsindiamagazine/6e590b4b53f0598b948af692ce538ac3 to your computer and use it in GitHub Desktop.
Save analyticsindiamagazine/6e590b4b53f0598b948af692ce538ac3 to your computer and use it in GitHub Desktop.
#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