Giter Club home page Giter Club logo

Comments (5)

ZiyiXia avatar ZiyiXia commented on June 11, 2024 1

I don't want to be disrespectful, but this part

!wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz 
!tar xvzf ta-lib-0.4.0-src.tar.gz
import os
os.chdir('ta-lib') 
!./configure --prefix=/usr
!make
!make install

Looks very unclean and clumsy :/ Why we don't use conda here 🤔 like so !conda install -y -c conda-forge ta-lib ?

@emarashliev
Thanks for your suggestion.
Indeed these are not neat enough, but we have to consider about the case that there are users running the notebooks on online editors like Google Colab. Using conda could only be more inconvenient in this situation. But if there's a better way with elegant codes that work for both users on Colab and local/conda environment, feel free to make adjustment and submit a PR!

from finrl-tutorials.

emarashliev avatar emarashliev commented on June 11, 2024

I have the same issue

from finrl-tutorials.

oliverwang15 avatar oliverwang15 commented on June 11, 2024

Hi! You may generate those data by following the demo notebook here. The demo notebook is an example of getting data from Tushare, you may also try other data sources or even make your own data. Just to make share you have tic, time, and close in your columns.

from finrl-tutorials.

emarashliev avatar emarashliev commented on June 11, 2024

I don't want to be disrespectful, but this part

!wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz 
!tar xvzf ta-lib-0.4.0-src.tar.gz
import os
os.chdir('ta-lib') 
!./configure --prefix=/usr
!make
!make install

Looks very unclean and clumsy :/
Why we don't use conda here 🤔 like so !conda install -y -c conda-forge ta-lib ?

from finrl-tutorials.

ZiyiXia avatar ZiyiXia commented on June 11, 2024

where do I find the data file (train_data.csv, trade_data.csv )for those notebooks

@scotthuang1989
The files as well as the refined notebooks of Stock NeurIPS2018 were added in the directory
./1-Introduction/Stock_NeurIPS2018
You can directly use the two provided csv files, or run the notebook Stock_NeurIPS2018_1_Data.ipynb first and save the generated csv files.

from finrl-tutorials.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.