modAL-python / modAL

A modular active learning framework for Python
https://modAL-python.github.io/
MIT License
2.24k stars 324 forks source link

Expected error and variance reduction #18

Closed cosmic-cortex closed 5 years ago

cosmic-cortex commented 6 years ago

Implement expected error and variance reduction from the Roy and McCallum paper.

fighting41love commented 6 years ago

Thanks for sharing the codes. I didn't find the source code of 'error and variance reduction' in uncertainty.py and disagreement.py. Could you pls tell me where is the code of 'expected error and variance reduction from the Roy and McCallum paper.' ? Thanks!

cosmic-cortex commented 6 years ago

Hi! It is not implemented yet, I opened this issue to collect the features to be implemented at the issue page. Currently I am very busy with other projects, so this might not be implemented for a while :(

fighting41love commented 6 years ago

Hope someone can implement the algorithm in the future. Thanks!

cosmic-cortex commented 5 years ago

The algorithm was implemented in the 0.3.3 release.