README.md
setup.cfg
setup.py
top_hat.egg-info/PKG-INFO
top_hat.egg-info/SOURCES.txt
top_hat.egg-info/dependency_links.txt
top_hat.egg-info/requires.txt
top_hat.egg-info/top_level.txt
tophat/__init__.py
tophat/callbacks.py
tophat/constants.py
tophat/core.py
tophat/data.py
tophat/embedding.py
tophat/losses.py
tophat/schemas.py
tophat/datasets/__init__.py
tophat/datasets/_common.py
tophat/datasets/movielens.py
tophat/evaluation/__init__.py
tophat/evaluation/evaluation.py
tophat/evaluation/metrics.py
tophat/evaluation/transport.py
tophat/nets/__init__.py
tophat/nets/bilinear.py
tophat/nets/fc.py
tophat/sampling/__init__.py
tophat/sampling/adaptive.py
tophat/sampling/pair_sampler.py
tophat/sampling/uniform.py
tophat/tasks/__init__.py
tophat/tasks/base.py
tophat/tasks/d2v.py
tophat/tasks/factorization.py
tophat/tasks/wrapper.py
tophat/utils/__init__.py
tophat/utils/config_parser.py
tophat/utils/convenience.py
tophat/utils/io.py
tophat/utils/log.py
tophat/utils/metadata_proc.py
tophat/utils/ph_conversions.py
tophat/utils/pp_utils.py
tophat/utils/pseudo_rating.py
tophat/utils/sparse_utils.py
tophat/utils/xn_utils.py