/brew-ds

Common Data Science set up for Mac and Linux 🍺🔬

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

brew-ds

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

A Data Scientist is just a statistician with a Mac

brew-ds aims to set up your MacOS system with common Data Science tools using the package manager brew, R's install.packages and python's pip.

Usage

Default usage

git clone git@github.com:nathaneastwood/brew-ds.git
cd brew-ds
. build.sh

This installs in verbose mode by default. If you would like to use quiet mode and reduce output then please use the -q flag. You will be prompted for your password, administrator privileges are required to install some pre-requisite software (xcode command line tools).

Included software

  • Python 3
    • Pandas
    • Numpy
    • Scipy
    • Statsmodels
    • SciKit-Learn
    • Bokeh
    • Seaborn
  • R
    • Tidyverse
    • RMarkdown
    • Shiny
    • mlR
  • MacTeX
  • Slack

Warning

Linux is deprecated. A linux user should build a better version for their system or perhaps a group should be made for linuxbrew that does it all through that.