jameschapman19 / scikit-palm

Implementing permutation methods for multiview learning in python
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Allow to not obtain the original data structure for skpalm.permutations.quickperms #4

Open JohannesWiesner opened 1 year ago

JohannesWiesner commented 1 year ago

The first column in the resulting numpy array from skpalm.permutations.quickperm always represents the original data structure. I personally only want the resampled indices in that array so I had to manually drop that column. Maybe this should be included as a keyword argument?