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

investigate how many errors could be in 1/0 function #76

Open
jmaskiew opened this issue Nov 11, 2022 · 1 comment
Open

investigate how many errors could be in 1/0 function #76

jmaskiew opened this issue Nov 11, 2022 · 1 comment
Assignees
Labels
bug Something isn't working P1 priority 1

Comments

@jmaskiew
Copy link
Collaborator

How many times value on the 2 list are with the same value.

@jmaskiew jmaskiew added models bug Something isn't working labels Nov 11, 2022
@lpiekarski lpiekarski added the P1 priority 1 label Nov 11, 2022
@lpiekarski
Copy link
Owner

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)

@lpiekarski lpiekarski removed the models label Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 priority 1
Projects
None yet
Development

No branches or pull requests

2 participants