Skip to content

Instantly share code, notes, and snippets.

View usingdatascience's full-sized avatar

Neil Chapman usingdatascience

View GitHub Profile
@usingdatascience
usingdatascience / partb_svm_v3.py
Created July 6, 2020 09:12
NLP Code Examples
#!/usr/bin/env python
# coding: utf-8
# ## Module 2 :- Assignment (Part B) - Neil Chapman (matriculation number = 40416167 )
# ### (Models Learnt from Course)
# ### Import required libraries
import json
from pprint import pprint
import pandas as pd