Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 752 Bytes

readme.md

File metadata and controls

30 lines (20 loc) · 752 Bytes

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