heliphix / btc_data

This repository contains the code and datasets for creating the machine learning models in the research paper titled "Time-series forecasting of Bitcoin prices using high-dimensional features: a machine learning approach"
https://doi.org/10.1007/s00521-020-05129-6
MIT License
50 stars 29 forks source link

Missing files? #10

Closed dandarm closed 3 years ago

dandarm commented 3 years ago

Hello,

I have a question regarding jupyter notebooks, for example "Training_LSTM_cls.ipynb", there are read functions called on files not present in repository (for instance "pca_75_clas.csv"), is there a way to obtain them by running other part of code?

Thanks

heliphix commented 3 years ago

Hi, "pca_75_clas.csv" was generated using the attached code. Please check. Also, you may check the commit b80f8913e0 for some selected datasets.

PCA.zip