bjherger / keras-pandas

keras-pandas allows users to rapidly build and iterate on deep learning models.
MIT License
57 stars 14 forks source link

Datatype level classes #80

Closed bjherger closed 5 years ago

bjherger commented 6 years ago

Currently, a single datatype will have information in multiple locations:

Current state

Required

Optional: Output data type

Future state

This is absurd, and difficult to support / maintain. Another path might be to create an interface class, VariableTypeHandler, which includes the following methods:

bjherger commented 6 years ago

Changes to make:

bjherger commented 6 years ago

TODO

bjherger commented 5 years ago

Fixed in #84