.pre-commit-config.yaml
CLA.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mypy.ini
pyproject.toml
setup.cfg
setup.py
versioneer.py
_images/nlp_x_recsys.png
_images/pipeline.png
_images/preproc_data_example.png
_images/sequential_rec.png
_images/transformers4rec_metaarchitecture.png
merlin_standard_lib/__init__.py
merlin_standard_lib/registry.py
merlin_standard_lib/proto/__init__.py
merlin_standard_lib/proto/schema_bp.py
merlin_standard_lib/schema/__init__.py
merlin_standard_lib/schema/schema.py
merlin_standard_lib/schema/tag.py
merlin_standard_lib/utils/__init__.py
merlin_standard_lib/utils/doc_utils.py
merlin_standard_lib/utils/embedding_utils.py
merlin_standard_lib/utils/misc_utils.py
merlin_standard_lib/utils/proto_utils.py
requirements/base.txt
requirements/dev.txt
requirements/nvtabular.txt
requirements/pytorch.txt
requirements/tensorflow.txt
tests/__init__.py
tests/conftest.py
tests/assets/schema.pbtxt
tests/assets/data_schema/data.parquet
tests/assets/data_schema/data_schema.pbtxt
tests/assets/data_schema/data_seq.parquet
tests/assets/data_schema/data_seq_schema.pbtxt
tests/config/__init__.py
tests/config/test_schema.py
tests/config/test_trainer.py
tests/config/test_transformer.py
tests/data/__init__.py
tests/data/test_preprocessing.py
tests/data/test_synthetic.py
tests/data/testing/__init__.py
tests/data/testing/test_dataset.py
tests/data/testing/tabular_data/__init__.py
tests/data/testing/tabular_data/test_dataset.py
tests/merlin_standard_lib/__init__.py
tests/merlin_standard_lib/schema/__init__.py
tests/merlin_standard_lib/schema/test_schema.py
tests/merlin_standard_lib/schema/test_tag.py
tests/torch/__init__.py
tests/torch/conftest.py
tests/torch/test_dataloader_utils.py
tests/torch/test_experimental.py
tests/torch/test_losses.py
tests/torch/test_masking.py
tests/torch/test_public_api.py
tests/torch/test_ranking_metrics.py
tests/torch/test_readme.py
tests/torch/test_trainer.py
tests/torch/block/__init__.py
tests/torch/block/test_base.py
tests/torch/block/test_mlp.py
tests/torch/block/test_transformer.py
tests/torch/features/__init__.py
tests/torch/features/test_continuous.py
tests/torch/features/test_embedding.py
tests/torch/features/test_sequential.py
tests/torch/features/test_tabular.py
tests/torch/model/__init__.py
tests/torch/model/test_head.py
tests/torch/model/test_model.py
tests/torch/tabular/__init__.py
tests/torch/tabular/test_aggregation.py
tests/torch/tabular/test_tabular.py
tests/torch/tabular/test_transformations.py
tests/torch/utils/__init__.py
tests/torch/utils/test_schema_utils.py
tests/unit/test_notebooks.py
tests/utils/__init__.py
transformers4rec/__init__.py
transformers4rec/_version.py
transformers4rec/py.typed
transformers4rec/types.py
transformers4rec.egg-info/PKG-INFO
transformers4rec.egg-info/SOURCES.txt
transformers4rec.egg-info/dependency_links.txt
transformers4rec.egg-info/requires.txt
transformers4rec.egg-info/top_level.txt
transformers4rec/config/__init__.py
transformers4rec/config/schema.py
transformers4rec/config/trainer.py
transformers4rec/config/transformer.py
transformers4rec/data/__init__.py
transformers4rec/data/dataset.py
transformers4rec/data/preprocessing.py
transformers4rec/data/synthetic.py
transformers4rec/data/yoochoose.py
transformers4rec/data/testing/__init__.py
transformers4rec/data/testing/data.parquet
transformers4rec/data/testing/dataset.py
transformers4rec/data/testing/schema.json
transformers4rec/data/testing/tabular_data/__init__.py
transformers4rec/data/testing/tabular_data/data.parquet
transformers4rec/data/testing/tabular_data/dataset.py
transformers4rec/data/testing/tabular_data/schema.json
transformers4rec/torch/__init__.py
transformers4rec/torch/experimental.py
transformers4rec/torch/losses.py
transformers4rec/torch/masking.py
transformers4rec/torch/ranking_metric.py
transformers4rec/torch/trainer.py
transformers4rec/torch/typing.py
transformers4rec/torch/block/__init__.py
transformers4rec/torch/block/base.py
transformers4rec/torch/block/mlp.py
transformers4rec/torch/block/transformer.py
transformers4rec/torch/features/__init__.py
transformers4rec/torch/features/base.py
transformers4rec/torch/features/continuous.py
transformers4rec/torch/features/embedding.py
transformers4rec/torch/features/sequence.py
transformers4rec/torch/features/tabular.py
transformers4rec/torch/features/text.py
transformers4rec/torch/model/__init__.py
transformers4rec/torch/model/base.py
transformers4rec/torch/model/prediction_task.py
transformers4rec/torch/tabular/__init__.py
transformers4rec/torch/tabular/aggregation.py
transformers4rec/torch/tabular/base.py
transformers4rec/torch/tabular/transformations.py
transformers4rec/torch/utils/__init__.py
transformers4rec/torch/utils/data_utils.py
transformers4rec/torch/utils/examples_utils.py
transformers4rec/torch/utils/schema_utils.py
transformers4rec/torch/utils/torch_utils.py
transformers4rec/utils/__init__.py
transformers4rec/utils/dependencies.py