Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.
/ pydatanyc2018 Public archive

Source materials from Randy Zwitch 'End to End Data Science Without Leaving the GPU' talk at PyData NYC 2018

License

Notifications You must be signed in to change notification settings

heavyai/pydatanyc2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End to End Data Science Without Leaving the GPU

Source materials from Randy Zwitch 'End to End Data Science Without Leaving the GPU' talk at PyData NYC 2018

Build Environment

In order to get all of the packages working in harmony, I built libGDF/pygdf from source, after building pymapd. I've included the conda environment file.

conda create --name pydatanyc2018 --file spec-file.txt

For your best chance at replicating this build environment, using Docker with Ubuntu 16.04 and nvidia-docker2 might be your best bet.

Data

I've included the PJM RTO data created by the df query in cell 3. So to follow along, you could import the example data (exampledata.csv.gz) to pandas, then run the code examples below that query step.

About

Source materials from Randy Zwitch 'End to End Data Science Without Leaving the GPU' talk at PyData NYC 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published