dzieciou / tree-labeller

Helps label training data using taxonomy information.
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add top-down sampling #39

Closed dzieciou closed 1 year ago

dzieciou commented 1 year ago

Fixes #37

The previous method assumed events were independent. This one assumes that if category X was sampled than it should not be sampled again. Details will be in the documentation.