Skip to content

Instantly share code, notes, and snippets.

@josht-jpg
Created September 5, 2020 00:30
Show Gist options
  • Save josht-jpg/8cf7fe7609b5cc11a537c0af64b46f73 to your computer and use it in GitHub Desktop.
Save josht-jpg/8cf7fe7609b5cc11a537c0af64b46f73 to your computer and use it in GitHub Desktop.
Loading labelled sentences
labelled_train = pd.read_csv("labelled_train.csv")
labelled_train.columns = ['line', 'sentence', 'score']
labelled_train = pd.read_csv("labelled_test.csv")
labelled_test.columns = ['line', 'sentence', 'score']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment