I downloaded the data sets by Alt+click as mentioned in other thread. But it got downloaded as html.
Tried converting it into csv but values are getting misinterpreted I think.
I can read the html file though through pd.read_html().
But further steps can’t be done.
Please let me know how can I download csv file from the repo.
Facing issue with xdata and ydata datasets
HI @nsuchitra3
You need to clone the git repository, once you are in git repository in your system locate to the file that you want to access
You can find the dataset required here in the following git repository.
coding-blocks-archives/machine-learning-online-2018
ML Online Course Repository. Course videos on online.codingblocks.com - coding-blocks-archives/machine-learning-online-2018
I hope this helps you .