add deviceratio and classificationResult plot

This commit is contained in:
Pritimay Sarkar
2024-02-13 20:08:12 +05:30
parent e8eefcd632
commit a1f91c31cb
3 changed files with 91 additions and 2 deletions

View File

@@ -48,8 +48,8 @@ if __name__ == "__main__":
# Specify your Firestore collection name
collection_name = 'testData'
num_documents = 10000
batch_size = 500
num_documents = 100
batch_size = 5
# Call the function to delete the latest documents in batches
delete_latest_documents(collection_name, num_documents, batch_size)