EpistasisLab / scikit-rebate

A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning.
https://EpistasisLab.github.io/scikit-rebate/
MIT License
408 stars 73 forks source link

Refactor: Do not store pointers to the X and y data arrays internally #1

Open rhiever opened 7 years ago

rhiever commented 7 years ago

This may not be possible without a significant refactor of the existing code base. As-is, technically the Relief algorithms only store internal pointers to the X and y data arrays.