==============================
Features
--------
- Implemented PartitionClassifier, complementing the existing PartitionRegressor.
The previous references to `algo` (algorithm) have been replaced with `estimators` in the API.
This is to reflect the fact that the estimators can be either classifiers, regressors or pipelines. (43)
Bugfixes
--------
- Bugfix for ModelSelection that now supports datasets having different columns. (36)