Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 691 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 691 Bytes

An introduction to "Data Science"

Binder

A Python Survival Pack

Installation

The full set of tools we'll be using is available in Anaconda.

Please select the Python 3 download.

This is a big download, so if you're on conference wifi, rather install MiniConda, and install additional packages as you need them with

conda install package_name

The full list of packages you'll need:

  • numpy
  • pandas
  • seaborn
  • scikit-learn

All of these, except for seaborn, are installed by default.