* Significantly improved header detection on structured datasets
* Updated model
* New entities: `DATE`, `TIME`, `US_STATE`, `DRIVERS_LICENSE`
* Removed entities: `INTEGER_BIG`
* New [easier] way to extend labels to the model
* ML requirements installed separately via `pip install dataprofiler[ml]` - **required for labeler**
* Profiler & Labeler only load TensorFlow when necessary
* Minor bug fixes & improved testing