Skip to content

Instantly share code, notes, and snippets.

@ansate
ansate / gist:6134094
Created August 1, 2013 18:48
Example Python code for Generating Clusters of Etsy Listings
#!/usr/bin/python
from sklearn.feature_extraction.text import CountVectorizer, TfidfTransformer
from sklearn.cluster import MiniBatchKMeans
from scipy import sparse
from scipy.spatial import distance
from time import time
import pandas as pd
import numpy as np
@ansate
ansate / index.html
Created February 23, 2014 23:39
Pancake Distances
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {

Keybase proof

I hereby claim:

  • I am ansate on github.
  • I am ansate (https://keybase.io/ansate) on keybase.
  • I have a public key whose fingerprint is 8B79 B2AF F788 9826 0195 D4CE 7AE4 DA08 E835 CA6D

To claim this, I am signing this object:

@ansate
ansate / index.html
Created September 23, 2016 17:23
Combined Chocolate Chip Cookies and Chili Recipes
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {
@ansate
ansate / jobs.md
Last active September 25, 2017 22:34