-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fusion model patch for 2.0.1rc4 #366
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some more minor changes and questions. Thanks again for getting this through!
Try running on GitHub
Remove in Ubuntu (bug ticket created)
mark slower tests
Thank you so much for your updates/bug fixes Tab!! |
@celikbasak This needs documentation (README and docstring) and an integration test. Then, it can be merged! If you can tackle the documentation, I will add some tests. |
|
||
def evaluate(self, test_data: np.ndarray, test_labels: np.ndarray): | ||
... | ||
class GaussianProcess(SignalModel): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing several important methods. It doesn't seem like it could be used online as-is
Overview
Offline analysis workflow change, fusion model training-testing added, bugfix in gaze reshaper & gaze model.
Ticket
Contributions
Fusion.py
added for generating model performance measures.Test
Documentation
Changelog