------------------
Fixed
~~~~~
- Bug where most recent added estimators were not valid in SimpleWORC.
- SelectorMixin is now imported directly from sklearn.feature_selection,
as sklearn.feature_selection.base is deprecated and will be removed.
Changed
~~~~~~~
- Apply variance threshold selection before feature scaling, otherwise
variance is always the same for all features.
- RELIEF, selection using a model, PCA, and univariate testing default
use changed from 0.20 to 0.275.
Added
~~~~~~~
- Functionality in plotting images functions.
- Documentation on how to use your own features.