seismometer.data.loader.pipeline.ConfigOnlyHook¶
- seismometer.data.loader.pipeline.ConfigOnlyHook¶
- TypeAlias for a callable taking a ConfigProvider, which returns a DataFrame. - An example is loading the predictions from a parquet file, where the ConfigProvider provides the path to the file which is loaded as a dataframe. - alias of - Callable[[- ConfigProvider],- DataFrame]