-
Notifications
You must be signed in to change notification settings - Fork 10
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
Complete example with Firebase cache #119
Conversation
Does Firebase require any login credentials? |
|
I think there should be a separate example. We should not modify classify_P300_bi.py. |
What is the dictionary object accepted by generate_caches? An empty one that is going to be filled by generate_caches? |
It accepts a list of datasets, a list of pipelines and optionally a set of mock data. |
Thanks for the review :) |
Issue #84
This PR completed the example with MOABB and ERP classification.
It demonstrates how we can use Firebase admin to synchronize MOABB results.
A simple use case is to split the number of subjects in a dataset between two computers.
Then the two MOABB evaluations are run in parallel and the results are synchronized on the Firebase server.
It is also useful when we want to store and retrieve the results of past computation on a same computer.
@toncho11 FYI