LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
versioneer.py
cpp/nvtabular/__init__.cc
cpp/nvtabular/inference/__init__.cc
cpp/nvtabular/inference/categorify.cc
cpp/nvtabular/inference/fill.cc
nvtabular/__init__.py
nvtabular/_version.py
nvtabular/dispatch.py
nvtabular/tags.py
nvtabular/utils.py
nvtabular/worker.py
nvtabular.egg-info/PKG-INFO
nvtabular.egg-info/SOURCES.txt
nvtabular.egg-info/dependency_links.txt
nvtabular.egg-info/not-zip-safe
nvtabular.egg-info/requires.txt
nvtabular.egg-info/top_level.txt
nvtabular/columns/__init__.py
nvtabular/columns/schema.py
nvtabular/columns/selector.py
nvtabular/framework_utils/__init__.py
nvtabular/framework_utils/tensorflow/__init__.py
nvtabular/framework_utils/tensorflow/feature_column_utils.py
nvtabular/framework_utils/tensorflow/tfrecords_to_parquet.py
nvtabular/framework_utils/tensorflow/layers/__init__.py
nvtabular/framework_utils/tensorflow/layers/embedding.py
nvtabular/framework_utils/tensorflow/layers/interaction.py
nvtabular/framework_utils/tensorflow/layers/outer_product.py
nvtabular/framework_utils/torch/__init__.py
nvtabular/framework_utils/torch/models.py
nvtabular/framework_utils/torch/utils.py
nvtabular/framework_utils/torch/layers/__init__.py
nvtabular/framework_utils/torch/layers/embeddings.py
nvtabular/inference/__init__.py
nvtabular/inference/triton/__init__.py
nvtabular/inference/triton/benchmarking_tools.py
nvtabular/inference/triton/data_conversions.py
nvtabular/inference/triton/model.py
nvtabular/inference/triton/model_config.proto
nvtabular/inference/triton/model_pt.py
nvtabular/io/__init__.py
nvtabular/io/avro.py
nvtabular/io/csv.py
nvtabular/io/dask.py
nvtabular/io/dataframe_engine.py
nvtabular/io/dataset.py
nvtabular/io/dataset_engine.py
nvtabular/io/fsspec_utils.py
nvtabular/io/hugectr.py
nvtabular/io/parquet.py
nvtabular/io/shuffle.py
nvtabular/io/writer.py
nvtabular/io/writer_factory.py
nvtabular/loader/__init__.py
nvtabular/loader/backend.py
nvtabular/loader/tensorflow.py
nvtabular/loader/tf_utils.py
nvtabular/loader/torch.py
nvtabular/ops/__init__.py
nvtabular/ops/add_metadata.py
nvtabular/ops/bucketize.py
nvtabular/ops/categorify.py
nvtabular/ops/clip.py
nvtabular/ops/column_similarity.py
nvtabular/ops/data_stats.py
nvtabular/ops/difference_lag.py
nvtabular/ops/dropna.py
nvtabular/ops/fill.py
nvtabular/ops/filter.py
nvtabular/ops/groupby.py
nvtabular/ops/hash_bucket.py
nvtabular/ops/hashed_cross.py
nvtabular/ops/join_external.py
nvtabular/ops/join_groupby.py
nvtabular/ops/lambdaop.py
nvtabular/ops/list_slice.py
nvtabular/ops/logop.py
nvtabular/ops/moments.py
nvtabular/ops/normalize.py
nvtabular/ops/operator.py
nvtabular/ops/rename.py
nvtabular/ops/stat_operator.py
nvtabular/ops/target_encoding.py
nvtabular/ops/value_counts.py
nvtabular/ops/internal/__init__.py
nvtabular/ops/internal/concat_columns.py
nvtabular/ops/internal/identity.py
nvtabular/ops/internal/selection.py
nvtabular/ops/internal/subset_columns.py
nvtabular/ops/internal/subtraction.py
nvtabular/tools/__init__.py
nvtabular/tools/data_gen.py
nvtabular/tools/dataset_inspector.py
nvtabular/tools/inspector_script.py
nvtabular/workflow/__init__.py
nvtabular/workflow/node.py
nvtabular/workflow/workflow.py
tests/__init__.py
tests/conftest.py
tests/unit/__init__.py
tests/unit/test_dask_nvt.py
tests/unit/test_io.py
tests/unit/test_notebooks.py
tests/unit/test_s3.py
tests/unit/test_tf4rec.py
tests/unit/test_tools.py
tests/unit/test_triton_inference.py