Skip to content

Instantly share code, notes, and snippets.

View weizhou2273's full-sized avatar
🎯
Focusing

William Zhou weizhou2273

🎯
Focusing
  • NYC Data Science Academy
View GitHub Profile
ssh -i "keyname.pem" ubuntu@ec2-XX-XX-XXX-XXX.us-east-X.compute.amazonaws.com
chmod 600 keyname.pem
import tweepy
from tweepy import Stream
from tweepy.streaming import StreamListener
import time
import numpy as np
import pandas as pd
from google.cloud import language
import json
import boto3
import os
chmod 600 ~/.ssh/keyname.pem
def get_bestMatch(myCV):
import numpy as np
import pandas as pd
# /Users/williamzhou/Desktop/job_recommendation
gds = pd.read_json('./gds_clean.json',
orient='records')
def Jaccard(x, y):
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
%matplotlib inline
from sklearn import model_selection, preprocessing
import xgboost as xgb
import datetime
# read raw data