Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable result caching #63

Closed
gcattan opened this issue Jul 17, 2022 · 1 comment
Closed

Enable result caching #63

gcattan opened this issue Jul 17, 2022 · 1 comment

Comments

@gcattan
Copy link
Collaborator

gcattan commented Jul 17, 2022

Due to extensive computation time, it would be interesting to gather results from individual execution's to a cloud database, such as firebase.

@gcattan
Copy link
Collaborator Author

gcattan commented Oct 16, 2022

First step would be to create a firestore database (noSql):

datasets: {
     bi2012: {
          subject_01: {
               pipeline1: {
                    true_labels: [...],
                    predicted_labels: [...]
               }
          }
     }
}

And then a connector with Python:

https://firebase.google.com/docs/firestore/quickstart#python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant