Date of first upload: 09.08.2019
Date of last update: 18.08.2019
This is a github repository for the youtube tutorial series from sentdex. Stand: Episode 28/ Episode 28.
This github repository is UNOFFICIAL
go here if you want to support sentdex:
Because the sentdex tutorial playlist is from 2014. Some libaries changed and the original code which sentdex uploaded on his forum doesn't work anymore (at least for me). Therefore i want to offer my code that worked for me for those who
it need. You can also find the datasets in the dataset folder if you miss some datasets.
If you have any Issued please open a Issue in github.
-
Download the file for the corresponding episode in the source folder.
-
Make sure you have all libaries you need to run the file. I listed the libaries you need in requirements.txt
-
I would recomend to either create the datasets you need, in the file you downloaded, with other python scripts from me (from the source folder) or to download the corresponding datasets from my folder. DO NOT USE YOUR OWN DATASETS IT MIGHT NOT WORK. More under Prerequisite.
-
Make sure to change, in the files you downloaded, the lines to the location of your datasets when needed.
-
run the file with the command in the cmd:
py sentdex_XXX_XXX.py
Notes:
-
In some files you need to change this line when you want to parse the whole dataset or less:
for each_dir in stock_list[1:10]:
-
In addition to the libaries sentdex used in his playlist i use Seaborn can be downloaded here.
Here i'll list the prerequisites you need for each file. You can find them in the dataset folder on this repo or when you click on corresponding link.
Click to expand and to see the necessary prerequisite for each file.
sentdex_visualization_episode11.py can be found here it needs:
sentdex_stock_market_episode12.py can be found here it needs:
sentdex_visualization_episode13.py can be found here it needs:
sentdex_prediction_episode15.py can be found here it needs:
sentdex_getData_episode17.py can be found here it needs:
sentdex_data_episode18.py can be found here it needs:
sentdex_data_episode19.py can be found here it needs:
sentdex_data_episode20.py can be found here it needs:
sentdex_data_episode21.py can be found here it needs:
sentdex_data_episode22.py can be found here it needs:
sentdex_data_episode23.py can be found here it needs:
- Stock_market_acc_WITH_NA.csv
- Stock_market_acc_NO_NA.csv
- forward_sample_NO_NA.csv
- forward_sample_With_NA.csv
sentdex_data_episode24.py can be found here it needs: