distil
distil copied to clipboard
Is there a way to get the reverse mapping of representative selected samples back to dataset
Hi Team,
I'm interest on utilizing https://github.com/decile-team/distil for active learning. My aim is to create a system where we select a subset of tasks from a larger pool and forward those representative samples to humans for manual review. Afterwards, it's crucial to distribute the decisions made on these representative tasks back to the subsets they were drawn from (or the subsets they represent). I'm exploring how to establish this reverse mapping from representative samples to subsets in order to effectively fan out our decisions.
Questions:
-
Does Distil offer an out-of-the-box feature for this?
-
If not, what would be the most effective approach to achieve it?