add deviceratio and classificationResult plot
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user