modAL-python / modAL

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

typo in the formula of alpha #106

Closed damienlancry closed 4 years ago

damienlancry commented 4 years ago

there is either a mistake at this line or later in the code

alpha = len(X_training)/len(X_raw)
cosmic-cortex commented 4 years ago

Thanks! The mistake is actually in the code, the numerator should be the number of unlabelled examples. I am making this change now.