traveler.skims.omx.JaxDataset#
- class traveler.skims.omx.JaxDataset(*args, **kwargs)[source]#
Bases:
AttrPyTreeA collection of JAX arrays of with metadata.
The arrays are not required to have the same shape or dimensions.
Allocate a pytree with empty data and metadata mappings.
- Parameters:
- Returns:
Newly allocated, empty instance of
cls.- Return type:
Methods#
|
Assign new variables to the JaxDataset, returning a new instance. |
|
Assign new variables to the JaxDataset, in place. |
|
Create a copy of the JaxTable, without any validation. |
|
Create a dataset from a Parquet file. |
|
Print a compact summary of fields, shapes, and data types. |
|
Return a schema of the JaxDataset, describing its fields and types. |
|
Convert the JaxDataset to a dictionary of JAX arrays. |
|
Validate dataset fields against the class annotations. |