README.md
setup.py
tabml/__init__.py
tabml/data_loaders.py
tabml/data_processing.py
tabml/experiment_manager.py
tabml/feature_config_helper.py
tabml/feature_manager.py
tabml/metrics.py
tabml/model_analysis.py
tabml/model_wrappers.py
tabml/pipelines.py
tabml/trainers.py
tabml.egg-info/PKG-INFO
tabml.egg-info/SOURCES.txt
tabml.egg-info/dependency_links.txt
tabml.egg-info/requires.txt
tabml.egg-info/top_level.txt
tabml/housing/__init__.py
tabml/housing/feature_manager.py
tabml/housing/pipelines.py
tabml/movielen/__init__.py
tabml/movielen/datasets.py
tabml/movielen/fm.py
tabml/movielen/mf.py
tabml/protos/__init__.py
tabml/protos/data_loaders_pb2.py
tabml/protos/feature_manager_pb2.py
tabml/protos/model_wrappers_pb2.py
tabml/protos/path_pb2.py
tabml/protos/pipeline_pb2.py
tabml/protos/trainers_pb2.py
tabml/utils/__init__.py
tabml/utils/embedding.py
tabml/utils/factory.py
tabml/utils/git.py
tabml/utils/logger.py
tabml/utils/pb_helpers.py
tabml/utils/utils.py
tests/housing/__init__.py
tests/housing/test_feature_manager.py
tests/housing/test_pipelines.py
tests/titanic/__init__.py
tests/titanic/test_feature_manager.py
tests/titanic/test_pipelines.py