ViCCo-Group / frrsa

Python package to conduct feature-reweighted representational similarity analysis.
https://www.sciencedirect.com/science/article/pii/S105381192200413X
GNU Affero General Public License v3.0
27 stars 3 forks source link

deprecate `splitter == 'kfold'` #26

Closed PhilippKaniuth closed 2 years ago

PhilippKaniuth commented 2 years ago

Deprecating splitter == 'kfold' i.e. the choice-argument of frrsa/helper/data_splitter.py would simplify solving #22. Possibly first comment out the respective code bits to wait and see if anyone would want anything else than splitter='random'.