MANIFEST.in
README.md
setup.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/modules.rst
docs/source/recommender.data.rst
docs/source/recommender.data_gen.rst
docs/source/recommender.embeddings.rst
docs/source/recommender.evaluate.rst
docs/source/recommender.rst
docs/source/recommender.sampler.rst
docs/source/recommender.visualization.rst
notebooks/__init__.py
tests/__init__.py
tests/test_database.py
tests/test_environment.py
tests/test_model.py
youchoose/__init__.py
youchoose.egg-info/PKG-INFO
youchoose.egg-info/SOURCES.txt
youchoose.egg-info/dependency_links.txt
youchoose.egg-info/requires.txt
youchoose.egg-info/top_level.txt
youchoose/data/__init__.py
youchoose/data/data_loading.py
youchoose/data/example_datasets/__init__.py
youchoose/data/ingestion/__init__.py
youchoose/data/ingestion/csv.py
youchoose/data/ingestion/graph.py
youchoose/data/ingestion/image.py
youchoose/data/ingestion/nosql.py
youchoose/data/ingestion/sql.py
youchoose/data/ingestion/text.py
youchoose/data/ingestion/video.py
youchoose/data/processing/__init__.py
youchoose/data_gen/__init__.py
youchoose/data_gen/create_adjancency_matrix.py
youchoose/data_gen/database_connection.py
youchoose/data_gen/download_instacart_data.py
youchoose/data_gen/make_dataset.py
youchoose/evaluate/__init__.py
youchoose/evaluate/auc.py
youchoose/extraction/__init__.py
youchoose/extraction/nn_latent_matrix_factorization.py
youchoose/interaction/__init__.py
youchoose/interaction/pairwise.py
youchoose/interaction/pointwise.py
youchoose/recommender/__init__.py
youchoose/recommender/deploy.py
youchoose/recommender/recommender.py
youchoose/utils/__init__.py
youchoose/utils/logging.py
youchoose/utils/sample.py
youchoose/visualization/__init__.py
youchoose/visualization/visualize.py