* Move data transformations to a Scikit-Learn Transformer based interface (88)
* Add Keras parameters to BaseWrapper.__init__ (loss, optimizer, etc) (47, 55)
* Remove needless checks/array creation (63, 59)
* Make pre/post processing functions public (42)
* Some stability around `BaseWrapper.__call__` (35)
* Cleanup around loss names (38, 35)
* Parameter routing (67)
* Rename build_fn to model with deprecation cycle (98)
* Add ability for SciKeras to compile models (66)
* `class_weights` parameter (52, 103)
* `classes` param for `partial_fit` (69, 104)
* Provide an epochs parameter (51, 114)
* Updated docs, now hosted on RTD (58, 73)
* Checks to make sure models are correctly compiled (86, 100, 88)