/bts-mbds-data-science-foundations-2019

The repository for the Data Science Foundations course on the Master of Big Data Science at BTS

Primary LanguageJupyter NotebookOtherNOASSERTION

BTS

Data Science Foundations

"Data Science Foundations" subject from the Master in Big Data Solutions @ BTS.

Installation

The recommended method is to import the environment.yml using Anaconda Navigator or the command line:

conda env create -f=environment.yml

Git instructions

cd in the directory that you want to clone

git clone "url to repo"

Whenever a change is made by Vic, do this:

git pull

Resources used