We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi,
It seems that the path to the datasets is incorrect at cuIndicator.ipynb notebook.
Currently, it is defined as follows: "path": "/Project/data/stocks/stock_price_hist.csv.gz"
"path": "/Project/data/stocks/stock_price_hist.csv.gz"
I think it should be: "path": "../data/stock_price_hist.csv.gz"
"path": "../data/stock_price_hist.csv.gz"
Something similar is happening with the following dataset: "path": "/Project/data/stocks/security_master.csv.gz"
"path": "/Project/data/stocks/security_master.csv.gz"
Hope it helps!
Miguel
The text was updated successfully, but these errors were encountered:
Yes. it is a bug we need to fix. Can you help with it? @miguelangel Maybe you can fix this with this issue together in one PR?
Sorry, something went wrong.
Sure thing! I'll deal with it.
Fix issues #13, #14, and #15
a7288ed
Fix issues NVIDIA#13, NVIDIA#14, and NVIDIA#15
801c7e8
Merge pull request #18 from miguelangel/fix-13-14-15
e1f2df9
Fix issues #13, #14, #16 in cuIndicator.ipynb notebook
miguelusque
No branches or pull requests
Hi,
It seems that the path to the datasets is incorrect at cuIndicator.ipynb notebook.
Currently, it is defined as follows:
"path": "/Project/data/stocks/stock_price_hist.csv.gz"
I think it should be:
"path": "../data/stock_price_hist.csv.gz"
Something similar is happening with the following dataset:
"path": "/Project/data/stocks/security_master.csv.gz"
Hope it helps!
Miguel
The text was updated successfully, but these errors were encountered: