BlackArbsCEO / Adv_Fin_ML_Exercises

Experimental solutions to selected exercises from the book [Advances in Financial Machine Learning by Marcos Lopez De Prado]
MIT License
1.7k stars 632 forks source link

where the top data directory? #8

Closed wuyunhua closed 6 years ago

wuyunhua commented 6 years ago

did you missing top "data" directory? and after executing 'python ../src/data/make_dataset.py', it just only print "2018-09-04 13:35:22,438 - main - INFO - making final data set from raw data" and no data generating...

BlackArbsCEO commented 6 years ago

The top data directory is meant to be created on your local machine. To summarize, when I create a new github project repo I use the following resource: driven data cookiecutter templates. This template produces "empty" files in some of the directories to guide the developer's use of the template.

If you want the dataset used in the project go to my blog and in the Links section it has the download link for the data in parquet format.

beyondguo commented 3 months ago

The top data directory is meant to be created on your local machine. To summarize, when I create a new github project repo I use the following resource: driven data cookiecutter templates. This template produces "empty" files in some of the directories to guide the developer's use of the template.

If you want the dataset used in the project go to my blog and in the Links section it has the download link for the data in parquet format.

Hi, would you please share the download link again? The kibot link and your provided link seem to have expired. Thanks a lot!