Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
# defining the input and output columns to separate the dataset in the later cells.
input_columns = df.columns.tolist()
input_columns.remove('label')
output_columns = ['label']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment