Chapter 7 Data Science

7.1 Statistics

<Section Cut>

7.3 Git & Github

Some useful references:

Working with a remote upstream libary

  git remote -v
  git fetch upstream
  git checkout master
  git merge upstream/master