GokuMohandas / Made-With-ML

Learn how to design, develop, deploy and iterate on production-grade ML applications.
https://madewithml.com
MIT License
37.55k stars 5.95k forks source link

def get_data(data_url, data_file) #130

Closed tomcohen0079 closed 5 years ago

tomcohen0079 commented 5 years ago

in the components part , the get_data function asks for a url that we provide later through the config file , but in the function we dont use the url that we provided as a parameter, but we go directly to the config file , meaning no matter what we put as a parameter , it wont matter