diff --git a/experiments/procesing/pipelines.py b/experiments/procesing/pipelines.py index cc29f20..140bb8b 100644 --- a/experiments/procesing/pipelines.py +++ b/experiments/procesing/pipelines.py @@ -170,3 +170,5 @@ if __name__ == '__main__': print(f"Feature matrix: {features.shape}") print(features.head()) print(features.info()) + + features.to_parquet("features.parquet")