* Added `model_utils.ks_abc` * Fixed a bug in `model_utils.metric_graph` when using `plot=False` * Added new dependency: `scikit-plot`
0.6.4
* Adding `model_utils.metric_graph` instead of `roc_graph`, which now supports ROC curves and Precision-Recall curves * `roc_graph` is marked as deprecated
0.6.3
* Added `data_utils.one_hot_encode` * Added `title` and `filename` options to `associations` and `roc_graph`
0.6.2
* Added configurable `vmax` and `vmin` to `nominal.associations` (issue [68](https://github.com/shakedzy/dython/issues/68))
0.6.1
* Bug fix in `model_utils.roc_graph` * `model_utils.roc_graph` now accepts also `legend` and `plot` arguments
0.6.0
* New module: `data_utils` * `split_hist` method added, with new example * `identify_columns_by_type` and `identify_columns_with_na` moved to `data_utils` from `nominal`