Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update T4R for
ColumnSchema
API changes from Merlin Core
Since `is_list` and `is_ragged` have become derived properties computed from the shape, it's no longer possible to directly set them from the constructor. They can be smuggled in through the properties, after which they'll be used to determine an appropriate shape that results in the same `is_list` and `is_ragged` values on the other side. (This is a first step toward capturing and using more comprehensive shape information, with the goal of putting `Shape` in place while breaking as little as possible. There will be subsequent changes to directly capture more shape information, but this gets us part-way there.) Depends on NVIDIA-Merlin/core#195
- Loading branch information