Skip to content

Instantly share code, notes, and snippets.

View lucasghelal's full-sized avatar

Lucas Georges Helal lucasghelal

View GitHub Profile
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="/home/lucas/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@lucasghelal
lucasghelal / cloudSettings
Created March 29, 2019 19:44
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-03-29T19:44:22.166Z","extensionVersion":"v3.2.7"}
import matplotlib.pyplot as plt
import numpy as np
from sklearn.decomposition import IncrementalPCA
from sklearn.preprocessing import LabelEncoder
from sklearn.manifold import TSNE
def plot_features(file):
features = []
labels = []