torch_frame.utils — pytorch-frame documentation (original) (raw)
- torch_frame.utils
- View page source
save | Save a TensorFrame object and optional col_stats to specified path. |
---|---|
load | Load saved TensorFrame object and optional col_stats from a specified path. |
cat | Concatenates a list of TensorFrame or TensorData. |
generate_random_split | Generate a list of random split assignments of the specified length. |
infer_series_stype | Infer stype given Series object. |
infer_df_stype | Infer col_to_stype given DataFrame object. |
num_bytes | Returns the number of bytes the tensor data consumes. |