Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalized Data Python #128

Open
aaronlam88 opened this issue Oct 17, 2018 · 0 comments
Open

Normalized Data Python #128

aaronlam88 opened this issue Oct 17, 2018 · 0 comments
Assignees
Labels
ML Machine learning
Milestone

Comments

@aaronlam88
Copy link
Owner

Currently, we have data in DB in the form:
{ Date, Open, High, Low, Close, AdjClose, Volume}
We should normalize the data before doing ML.
A python function to return normalized data is needed.
Normalized data should look like this
{ Date, (Open(Yesterday) - Open(Today))/Open(Today) ....)

@aaronlam88 aaronlam88 added this to the v0.1.2 milestone Oct 17, 2018
@aaronlam88 aaronlam88 added the ML Machine learning label Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ML Machine learning
Projects
None yet
Development

No branches or pull requests

2 participants