seismometer.data.loader.prediction.parquet_loader

seismometer.data.loader.prediction.parquet_loader(config)

Load the predictions frame from a parquet file based on config.prediction_path.

Will restrict the loaded columns to those specified in config.features, if present.

Parameters:

config (ConfigProvider) – The loaded configuration object.

Returns:

The predictions dataframe.

Return type:

pd.DataFrame