AUTHORS.rst
CHANGELOG.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/entity_embed.benchmarks.rst
docs/entity_embed.data_utils.rst
docs/entity_embed.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/dev/authors.rst
docs/dev/contributing.rst
docs/dev/release_process.rst
docs/guide/cli.rst
docs/guide/field_types.rst
docs/guide/install.rst
docs/guide/nn_architecture.rst
docs/guide/usage.rst
entity_embed/__init__.py
entity_embed/cli.py
entity_embed/data_modules.py
entity_embed/early_stopping.py
entity_embed/entity_embed.py
entity_embed/evaluation.py
entity_embed/helpers.py
entity_embed/indexes.py
entity_embed/models.py
entity_embed.egg-info/PKG-INFO
entity_embed.egg-info/SOURCES.txt
entity_embed.egg-info/dependency_links.txt
entity_embed.egg-info/entry_points.txt
entity_embed.egg-info/not-zip-safe
entity_embed.egg-info/requires.txt
entity_embed.egg-info/top_level.txt
entity_embed/benchmarks/__init__.py
entity_embed/benchmarks/abt_buy.py
entity_embed/benchmarks/amazon_google.py
entity_embed/benchmarks/base.py
entity_embed/benchmarks/beer.py
entity_embed/benchmarks/company.py
entity_embed/benchmarks/dblp_acm_structured.py
entity_embed/benchmarks/dblp_scholar_structured.py
entity_embed/benchmarks/fodors_zagats.py
entity_embed/benchmarks/itunes_amazon_structured.py
entity_embed/benchmarks/walmart_amazon_structured.py
entity_embed/data_utils/__init__.py
entity_embed/data_utils/datasets.py
entity_embed/data_utils/field_config_parser.py
entity_embed/data_utils/numericalizer.py
entity_embed/data_utils/union_find.py
entity_embed/data_utils/utils.py
tests/__init__.py
tests/test_cli.py
tests/test_data_utils_helpers.py
tests/test_entity_embed.py
tests/test_helpers.py
tests/test_utils.py