Giter VIP home page Giter VIP logo

ds2002-course's Introduction

ds2002

Welcome to DS2002 Data Science Systems!

This repository tracks your working environment during this course. Some course material and tools will be distributed in this way so that we all have a common set of tools, scripts, and datasets.

This requires that you clone and stay current with the course code respository and have the appropriate tools to complete exercises.

Updating your fork

To stay current with new releases into the course repository, follow these steps:

  1. Add an upstream source
git remote add upstream [email protected]:nmagee/ds2002-course.git
  1. Fetch from the upstream branch:
git fetch upstream
  1. Merge your branch with the upstream branch.
git merge upstream/main main

This can be run in a single block:

git remote add upstream [email protected]:nmagee/ds2002-course.git
git fetch upstream
git merge upstream/main main

Saving your changes

If you generate code, scripts, data files, etc. that you would like to keep, simply add, commit, and push the files back to your fork of the repository:

git add .
git commit -m "Some meaningful message"
git push origin main

Remember that changes you commit and push will be saved to YOUR fork of the repository.

ds2002-course's People

Contributors

nmagee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.