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

Label search is dropping empty #13

Open
robertfjones opened this issue Jul 25, 2023 · 1 comment
Open

Label search is dropping empty #13

robertfjones opened this issue Jul 25, 2023 · 1 comment

Comments

@robertfjones
Copy link

robertfjones commented Jul 25, 2023

I have been looking at the labelling tool, I believe we are losing many False classes as we are not setting 'drop_empty' to False in the label make search method. I think this would have a big impact is out monitoring records are abbreviated or pre-filtered (to some degree).

https://compose.alteryx.com/en/stable/generated/methods/composeml.LabelMaker.search.html#composeml.LabelMaker.search

drop_empty (bool) – Whether to drop empty slices. Default value is True

@robertfjones robertfjones changed the title Issue Label search is dropping empty Jul 25, 2023
@kveerama
Copy link

If the data slice is empty and does not have data, it drops that data slice when in fact it could be a legitimate false example.

Some times data slice may not have any data and that means everything is normal, so it should be a false example for ML

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