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

Feat: Allow extra session labels as extra channels in Data class. #229

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

RukuangHuang
Copy link
Collaborator

@RukuangHuang RukuangHuang commented Mar 13, 2024

This allows extra information (session labels) to be added as extra channels to the Data class.

  • the previous session_id channel has been removed by default.
  • To add session labels, it can be passed as arguments (training_data = Data(..., session_labels={"session_id": np.arange(n_sessions)})).

@cgohil8 cgohil8 added the enhancement New feature or request label Mar 13, 2024
@cgohil8 cgohil8 merged commit 6dd2358 into main Mar 13, 2024
1 check passed
@cgohil8 cgohil8 deleted the feat/data_enhance branch March 13, 2024 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants