CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/Makefile
docs/automater.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/intro.rst
docs/lib.rst
docs/make.bat
docs/readme_link.rst
docs/transformations.rst
docs/planning/POC_notes.md
docs/planning/brainstorming.md
docs/planning/interface.md
docs/planning/new_var_type.md
examples/README.md
examples/__init__.py
examples/example_interface.py
examples/instanbul_predict_ise.py
examples/lending_club_predict_dti.py
examples/lending_club_predict_loan_status.py
examples/titianic_predict_survived.py
keras_pandas/Automater.py
keras_pandas/__init__.py
keras_pandas/lib.py
keras_pandas/transformations.py
keras_pandas.egg-info/PKG-INFO
keras_pandas.egg-info/SOURCES.txt
keras_pandas.egg-info/dependency_links.txt
keras_pandas.egg-info/requires.txt
keras_pandas.egg-info/top_level.txt
keras_pandas/data_types/Abstract.py
keras_pandas/data_types/Categorical.py
keras_pandas/data_types/Numerical.py
keras_pandas/data_types/Text.py
keras_pandas/data_types/TimeSeries.py
keras_pandas/data_types/__init__.py
tests/__init__.py
tests/testAbstractDatatype.py
tests/testAutomater.py
tests/testCategorical.py
tests/testDatatypeTemplate.py
tests/testExamples.py
tests/testLib.py
tests/testNumerical.py
tests/testText.py
tests/testTimeSeries.py
tests/testbase.py