Better feature extraction algorithm #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Avoid overlapping evidence by:
Downside: We may need to fetch a lot more evidence from the database.
Maybe do it in batches? First get the first 100, then the second, etc. until we have enough evidence. Since we only use the first 20, I think there is a good chance that the first 100 will be enough.
Or maybe we are already fetching everything anyway? Need to check.
Fixed in
d96d1fc