Overview of torch_frame.data module
mainThe torch_frame.data module provides the core data abstractions required for handling tabular data in PyTorch Frame. It is organized into four main functional areas:
- Data Objects: Core classes for representing tabular datasets and their features.
- Stats: Classes for computing and storing statistical information about datasets (e.g., for normalization or encoding).
- Data Loaders: Specialized loaders designed to feed tabular data into deep learning models efficiently.
- Helper Functions: Utility functions to assist with data processing and transformation tasks.