Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 597 Bytes

File metadata and controls

21 lines (12 loc) · 597 Bytes

SWEDS

Software Engineering for Data Scientists, University of Washington, Winter, 2016

This repository will be used to demonstrate a reference project for the class.

The directory structure is:

setup.sh - run this script first. Uses code/data in Setup

Data - data that is packaged with the project

Code - codes used to access and process data

Unittest - unittests for programs in Code

Setup - codes used to setup the project

Docs - documentation for Code, Data, and Analysis

Analysis - ipython notebooks that analyze the data and make use of programs in Code