Skip to content

Instantly share code, notes, and snippets.

View quaquel's full-sized avatar

Jan Kwakkel quaquel

  • Delft University of Technology
  • Delft, the Netherlands
View GitHub Profile
@quaquel
quaquel / prim_example_Feldman.ipynb
Created January 6, 2015 18:51
prim_example_Feldman
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quaquel
quaquel / analysis_sebas.ipynb
Last active August 29, 2015 14:15
analysis for sebas
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
'''
Last Modified: 17-3-2015
Sebastiaan Greeven
Based on code from jhkwakkel <j.h.kwakkel (at) tudelft (dot) nl>
'''
import os
from collections import defaultdict
@quaquel
quaquel / prim_example.ipynb
Last active August 29, 2015 14:18
prim new functions
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quaquel
quaquel / color_palette.ipynb
Created April 11, 2015 08:53
changing color palette to match house style
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quaquel
quaquel / borg_demo.ipynb
Last active August 29, 2015 14:21
borg python demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quaquel
quaquel / prim_blog.ipynb
Created August 5, 2015 16:15
prim_blog.ipynb
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Performing Scenario Discovery in Python\n",
"\n",
"The purpose of this blog post is to demonstrate how one can do scenario discovery in python. This blogpost will use the exploratory modeling workbench available on github. I will demonstrate how we can perform both PRIM in an interactive way, as well as briefly show how to use CART, which is also available in the exploratory modeling workbench. There is ample literature on both CART and PRIM and their relative merits for use in scenario discovery. So I won't be discussing that here in any detail.\n",
"\n",
@quaquel
quaquel / regional_sa.ipynb
Created August 11, 2015 19:33
regional sa
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quaquel
quaquel / text_mining.ipynb
Created September 15, 2015 18:20
lemmatization example
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.