You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

nlp-project

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlp-project

A package for predicting buy and sell signals

0.1.2
pipPyPI
Maintainers
1

NLP project

This is an attempt to build a language model for generating trading signals. It uses a limited vocabulary such as 'go-long', 'go-short' and 'do-nothing'. It uses the language model combined with an expert trader data also referred to as imitation learning. The assumption here is that you have data of an expert trader with at least 5 trades e.g. labeled ['go-long', 'go-short', 'do-nothing', 'go-short', 'go-long'] the model returns one of these inputs as the signal.

Usage

Install the project with:

pip install nlp-project

Then:

from nlp.imit_main import imit_signal as imit
from nlp.nlp_main import nlp_signal as nlp

The training (expert) data were simulated with imit_signal and the language model was build with a series of these inputs.

Warning

This is not financial advise. NLP project is entirely on its preliminary stages. Use it at your own risk.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts