We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1413b9e commit c657b16Copy full SHA for c657b16
pmlb/update_dataset_files.py
@@ -90,6 +90,8 @@ def datasets_to_update() -> list:
90
updated_metadatas = updated_sets['changed_metadatas']
91
reviewed_datasets = get_reviewed_datasets(dataset_names)
92
93
+ generate_all_summaries(local_cache_dir=local_dir)
94
+
95
for dataset_name in updated_datasets:
96
print(f'Adding readme, metadata and summary stats for {dataset_name}...')
97
# update dataset specific readme files
0 commit comments