Giter VIP home page Giter VIP logo

Comments (3)

mzakariaCERN avatar mzakariaCERN commented on August 22, 2024

Hello @Tianster,
I am not sure this is the right place to ask this question; Open issues are usually reserved for problems in the code or the data etc.

Regarding your question, here is one way how to do it:

  1. In your Mac, open a terminal and change to the directory where you want your data to be downloaded.
  2. Go to the github page you want to download it's data (for example the challenger data: https://github.com/stedy/Machine-Learning-with-R-datasets/blob/master/challenger.csv)
  3. On the right side, you will find a button called "raw". Click on it.
  4. Copy the url you will get for the new page (in our example I got https://raw.githubusercontent.com/stedy/Machine-Learning-with-R-datasets/master/challenger.csv)
  5. put the following command in the terminal screen
    wget name_of_url

so in our example it should be like this
wget https://raw.githubusercontent.com/stedy/Machine-Learning-with-R-datasets/master/challenger.csv

this will copy the data to the directory you are at. I hope this helps

@stedy If you like I can add these instructions to the "Read me" page

from machine-learning-with-r-datasets.

stedy avatar stedy commented on August 22, 2024

@mzakariaCERN Wow, nice catch! Yeah that would be great, thanks!

from machine-learning-with-r-datasets.

 avatar commented on August 22, 2024

from machine-learning-with-r-datasets.

Related Issues (5)

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.