Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created September 23, 2020 01:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishek-shrm/180d1c63fcf3ea72e9abe84f1b851a9e to your computer and use it in GitHub Desktop.
Save abhishek-shrm/180d1c63fcf3ea72e9abe84f1b851a9e to your computer and use it in GitHub Desktop.
y_train=df_train[['toxic','severe_toxic','obscene','threat','insult','identity_hate']].values
print('Shape of Training Labels=>',y_train.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment