Skip to content

Instantly share code, notes, and snippets.

View chezou's full-sized avatar

Aki Ariga chezou

View GitHub Profile
@chezou
chezou / visword2vec.py
Last active December 2, 2020 20:52
Visualizer word2vec data for ipython notebook
# -*- coding: utf-8 -*-
"""
given a word and visualize near words
original source code is https://github.com/nishio/mycorpus/blob/master/vis.py
"""
import word2vec_boostpython as w2v
from sklearn.decomposition import PCA
import matplotlib.pyplot as plt
import matplotlib.font_manager
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chezou
chezou / sympy-example.ipynb
Last active November 23, 2015 18:36
Sympy example
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chezou
chezou / pandas_redshift.ipynb
Last active December 11, 2015 06:24
Demo of pandas and Redshift
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chezou
chezou / ibis_join.ipynb
Created June 15, 2016 16:07
Ibis 0.8.1 join column error
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chezou
chezou / cluster.conf
Created October 2, 2016 05:45
cluster configuration for cloudera director
name: aki-client
provider {
type: aws
accessKeyId: ${?AWS_ACCESS_KEY_ID}
secretAccessKey: ${?AWS_SECRET_ACCESS_KEY}
region: ap-northeast-1
subnetId: subnet-fdec2b8b
diff --git a/Makefile.in b/Makefile.in
index 9ff4015..2da1c60 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -885,7 +885,7 @@ uninstall-am: uninstall-dist_resourceDATA \
.PRECIOUS: Makefile
-
+.NOTPARALLEL: