Tivadar Danka

Results 3 issues of Tivadar Danka

Implement the hierarchical sampling algorithm from [Dasgupta and Hsu paper](https://dl.acm.org/citation.cfm?id=1390183).

new feature

Active learning not only works in pool-based or stream-based setting, it can *generate* examples which can be queried for labels. This is called query synthesis. (See [this paper](https://www.sciencedirect.com/science/article/pii/S0925231214008145) for further...

new feature

The learners should support `torch.Tensor` datatypes, see: #109