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

How to consider probationary data #381

Open
ir1979 opened this issue Aug 2, 2021 · 1 comment
Open

How to consider probationary data #381

ir1979 opened this issue Aug 2, 2021 · 1 comment

Comments

@ir1979
Copy link

ir1979 commented Aug 2, 2021

Hi,
how to reproduce the results of the "null" detector such that "total_records_in_dataset - sum(TP, TN, FP, FN) = 750", i.e., the scorer skips the probationary part of the input data? Is there any specific switch (line argument) for run.py? Does the detector have to handle the first 750 records, itself?

@markNZed
Copy link
Contributor

See

if i >= probationaryLength:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants