Skip to content

Assignments for INFO 254 at UC Berkeley in Spring 2018.

Notifications You must be signed in to change notification settings

FroeMic/SIM_DMA18

Repository files navigation

Data Analysis Tools

This folder contains the exercises for the Info 254 Data Mining and Analytics class at SIM in Spring 2018.

Getting Started

To start you woll need virtualenv, which can be installed with pip install virtualenv. Next create a new virtual environment with MacOS's native (!) python version. Activate it and install the dependecies listed in requirements.txt.

pip install virtualenv
virtualenv --python=/usr/local/bin/python3 .dma
source .dma/bin/activate
pip install -r requirements.txt

Update Requirements

To update the installed pip packages run

pip freeze > requirements.txt

[Src] https://medium.com/towards-data-science/introduction-to-core-ml-conversion-tool-d1466bf10018

Content

tbd

About

Assignments for INFO 254 at UC Berkeley in Spring 2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published