0 Forks
0 Stars
0 Watchers

mit-data-science

My notes for the MIT - 6.00.2 class on Introduction to Computational Thinking and Data Science. I have taken detailed notes as well example code from the class lectures.

How to download and setup mit-data-science

Open terminal and run command
git clone https://github.com/redayzarra/mit-data-science.git
git clone is used to create a copy or clone of mit-data-science repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with mit-data-science https://github.com/redayzarra/mit-data-science/archive/master.zip

Or simply clone mit-data-science with SSH
[email protected]:redayzarra/mit-data-science.git

If you have some problems with mit-data-science

You may open issue on mit-data-science support forum (system) here: https://github.com/redayzarra/mit-data-science/issues