Skip to content

Instantly share code, notes, and snippets.

View fmcquillan99's full-sized avatar

Frank McQuillan fmcquillan99

View GitHub Profile
@fmcquillan99
fmcquillan99 / Car evaluation data set in Greenplum format
Last active August 29, 2015 14:13
Car Evaluation Data Set from UC Irvine Machine Learning Repository. Greenplum format. Referred to in MADlib 1.7 blog on Pivotal.io. Load into database using psql -f car_eval.sql
--
-- PostgreSQL database dump
--
SET statement_timeout = 0;
SET lock_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SET check_function_bodies = false;
SET client_min_messages = warning;