Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
- Bump to 0.15.1
  • Loading branch information
smathot committed Mar 30, 2023
1 parent 226d632 commit 298f727
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eeg_eyetracking_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
tfr_to_surface


__version__ = '0.15.0'
__version__ = '0.15.1'
logger = logging.getLogger('eeg_eyetracking_parser')
logger.info(f'eeg_eyetracking_parser {__version__}')
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ values between 128 and 255 (inclusive).



## <span style="color:purple">braindecode\_utils.decode\_subject</span>_(read\_subject\_kwargs, factors, epochs\_kwargs, trigger, epochs\_query='practice == "no"', epochs=4, window\_size=200, window\_stride=1, n\_fold=4, crossdecode\_read\_subject\_kwargs=None, crossdecode\_factors=None, patch\_data\_func=None, read\_subject\_func=None, cuda=True)_
## <span style="color:purple">braindecode\_utils.decode\_subject</span>_(read\_subject\_kwargs, factors, epochs\_kwargs, trigger, epochs\_query='practice == "no"', epochs=4, window\_size=200, window\_stride=1, n\_fold=4, crossdecode\_read\_subject\_kwargs=None, crossdecode\_factors=None, patch\_data\_func=None, read\_subject\_func=None, cuda=True, balance=True)_

The main entry point for decoding a subject's data.

Expand Down Expand Up @@ -494,6 +494,12 @@ The main entry point for decoding a subject's data.
If True, cuda will be used for GPU processing if it is available. If
False, cuda won't be used, not even when it is available.

* **balance: bool, optional**

Makes sure that a dataset contains an equal number of observations for
each label by randomly duplicating observations from labels that have
too few observations.

### Returns

* **_DataMatrix_**
Expand Down

0 comments on commit 298f727

Please sign in to comment.