EthoML / VAME

Variational Animal Motion Embedding - A tool for time series embedding and clustering
https://ethoml.github.io/VAME/
GNU General Public License v3.0
7 stars 0 forks source link

Deprecated and not used variables/arguments #21

Closed vinicvaz closed 2 months ago

vinicvaz commented 4 months ago

The following variables are not used by the new functions but are still defined in the function definitions. Can we remove them?

bendichter commented 4 months ago

@katiekly are you familiar with these functions? What do you think?

katiekly commented 4 months ago

Hi Ben, I'm not familiar with the functions except create_cohort_community_bag(). If the length of labels equals the # of sessions then that might be why 'files' isn't be used.

num_features = # of annotation points * 2. We should be using all the annotation points in the training data.

Let me loop in Kevin and Pavol as they will have better insight whether we should remove these.