Is your feature request related to a problem? Please describe.
I want better tools to show what the errors are in my Snorkel LabelFunctions based on a LabelModel being trained against validation data.
Describe the solution you'd like
Right now I have this utility working for me. I would like the capability below integrated with the API and I am willing to do the work if you will accept it. Unlike snorkel-extraction this is not specific to NLP.
Is your feature request related to a problem? Please describe.
I want better tools to show what the errors are in my Snorkel LabelFunctions based on a LabelModel being trained against validation data.
Describe the solution you'd like
Right now I have this utility working for me. I would like the capability below integrated with the API and I am willing to do the work if you will accept it. Unlike snorkel-extraction this is not specific to NLP.
The code for my utility is here: https://gist.github.com/rjurney/33c5e5f5610565785905dfd77083a0d3
A full use case is here: https://github.com/rjurney/amazon_open_source/blob/master/3_Amazon_Open_Source_Analysis.ipynb
This shows:
Describe alternatives you've considered
snorkel-extraction
does similar stuff but not this exactly and it is too ugly to use at the moment.Additional context
I like apples.