We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How many times value on the 2 list are with the same value.
The text was updated successfully, but these errors were encountered:
In https://github.com/lpiekarski/SP2137/blob/master/collector/technical_indicators/labels.py there are two lists: next_long and next_short. To see the number of errors you just need to check how many times these lists have equal values at the same index. e.g. np.mean(next_short == next_long)
np.mean(next_short == next_long)
Sorry, something went wrong.
jmaskiew
No branches or pull requests
How many times value on the 2 list are with the same value.
The text was updated successfully, but these errors were encountered: