mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: parquet exporting of data
This commit is contained in:
@@ -170,3 +170,5 @@ if __name__ == '__main__':
|
|||||||
print(f"Feature matrix: {features.shape}")
|
print(f"Feature matrix: {features.shape}")
|
||||||
print(features.head())
|
print(features.head())
|
||||||
print(features.info())
|
print(features.info())
|
||||||
|
|
||||||
|
features.to_parquet("features.parquet")
|
||||||
|
|||||||
Reference in New Issue
Block a user