Skip to main content

Python 3.x module to render financial results in tensorboard

Project description

8 MILE

Test Documentation

Python 3.x module to treat financial data for machine learning purpose. Many features including :

  • download financial data from various sources
  • preprocess data
  • export data

🔥 Installation

Pre-requisites:

  • python3
  • pip3

Install the talib library:

wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
tar -xzf ta-lib-0.4.0-src.tar.gz
cd ta-lib/ && ./configure --prefix=/usr && make && make install

Install the package with pip3

pip3 install hmile

📚 Documentation

Find doc here

🛠️ Build doc

You can rebuild the doc with the following commands:

make html
rm -r docs
mv _build/html docs
rm -rf _build

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hmile-0.5.1.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

hmile-0.5.1-py3-none-any.whl (12.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page