Skip to content

Instantly share code, notes, and snippets.

@ravigurnatham
Last active December 29, 2020 20:20
Show Gist options
  • Save ravigurnatham/ced0d0301512a3932b554b8800619c64 to your computer and use it in GitHub Desktop.
Save ravigurnatham/ced0d0301512a3932b554b8800619c64 to your computer and use it in GitHub Desktop.
quora question pair similairy
Display the source blob
Display the rendered blob
Raw
import numpy as np
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from subprocess import check_output
%matplotlib inline
import os
import gc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment