hassonlab / 247-encoding

Contains python scripts for performing encoding on 247 data.
0 stars 9 forks source link

Remove hardcoded 50 and replace with args.pca_to #41

Closed hvgazula closed 1 year ago

hvgazula commented 2 years ago

https://github.com/hassonlab/247-encoding/blob/main/code/tfsenc_utils.py#L90

VeritasJoker commented 1 year ago

This should be done now with dev_branch. For now, if args.pca_to == 0, it doesn't do pca, otherwise it does it based on the integer input.

In the future, could add also the variance (either to the same argument or a different one) (Leaving this issue open for this)

zkokaja commented 1 year ago

This is already merged