UBC-MDS / DSCI_522_group09_Wine_Quality_Predictor

A machine learning pipeline for classification and prediction of wine quality based on relevant features
https://ubc-mds.github.io/DSCI_522_group09_Wine_Quality_Predictor/index.html
MIT License
4 stars 6 forks source link

Flexible Download script #10

Closed gfairbro closed 2 years ago

gfairbro commented 2 years ago

To prove to us that you can get the data into R or Python, write a script that takes a URL and a local file path as command line arguments which downloads and writes the file to your laptop. Use the {docopt} R or docopt Python package to create the command line argument functionality. You are not required upload the data to your project repository.

Note - this script should live in an appropriately named sub-directory of your public GitHub.com repo.

Luming-ubc commented 2 years ago

I opened a pull request for an initial version of the down_load.py Please review :)

gfairbro commented 2 years ago

These are completed and pending a pull request

gfairbro commented 2 years ago

Pull Req Created