-
Notifications
You must be signed in to change notification settings - Fork 5.3k
add test and mod doc #17
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
Conversation
|
@zhupr Please update your code on this branch directly. |
you-n-g
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the results and plots after updating the dataset.
tests/dataset_tests/test_dataset.py
Outdated
| print(close_desc) | ||
| self.assertLessEqual(abs(close_desc.loc["80%"][0]), 0.1, "Close value is abnormal") | ||
| self.assertLessEqual(abs(close_desc.loc["max"][0]), 0.2, "Close value is abnormal") | ||
| self.assertGreaterEqual(abs(close_desc.loc["min"][0]), -0.2, "Close value is abnormal") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why adding the abs in this line?
* upload example code for model implementation * Refactor Model Implement * add export --------- Co-authored-by: Young <afe.young@gmail.com>
add test, mod doc , refine data
No description provided.