Skip to content

Instantly share code, notes, and snippets.

@agustinustheo
Last active July 30, 2019 06:12
Show Gist options
  • Save agustinustheo/6a2a0d8447c894a2266210c3a5a94ab7 to your computer and use it in GitHub Desktop.
Save agustinustheo/6a2a0d8447c894a2266210c3a5a94ab7 to your computer and use it in GitHub Desktop.
Loading dataset for SMS Classifier Blog
df = pd.read_csv('sms_classifier_corpus/data.txt', engine='python', sep="<%>", header=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment