Metadata-Version: 2.4
Name: defirl
Version: 0.9.10
Summary: A reinforcement learning package for predicting buy and sell signals
Home-page: https://nkrtech.com
Download-URL: https://github.com/moinonin/defirl/archive/refs/heads/main.zip
Author: Nicolus Rotich
Author-email: nicholas.rotich@gmail.com
License: MIT
Platform: any
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools>=58.1.0
Requires-Dist: wheel>=0.37.1
Requires-Dist: scikit-learn==1.4.0
Requires-Dist: fire
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: summary

# NLP project
This is an attempt to build a reinforcement learning model for generating trading signals. It uses a limited vocabulary such as 'go-long', 'go-short' and 'do-nothing'.
## Usage
Install the project with:
```
pip install defirl
```
Then:
```
from defirl.defi import main as RLmodel
```

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