Skip to content

Instantly share code, notes, and snippets.

@duarteocarmo
Created April 26, 2018 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duarteocarmo/ef927631258a8629fab4965c8f031c32 to your computer and use it in GitHub Desktop.
Save duarteocarmo/ef927631258a8629fab4965c8f031c32 to your computer and use it in GitHub Desktop.
# data importing
import py2neo
# data handling
import numpy
import pandas
import scipy.cluster.hierarchy
import scipy.linalg
import math
import collections
import itertools
import operator
import sklearn.manifold
from scipy import cluster
from scipy import interpolate
from scipy import stats, spatial
from sklearn.cluster.bicluster import SpectralBiclustering
# visualizations
import seaborn
import matplotlib.pyplot
import plotly
from wordcloud import WordCloud
# API interfacing
import json
import requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment