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

Allow TuRF class to pass n_jobs parameter to core_algorithm #47

Closed garciaev closed 6 years ago

garciaev commented 6 years ago

For example, line 85 in turf.py should be: core = MultiSURF(n_jobs = self.n_jobs)

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-25.8%) to 59.647% when pulling 5a73139206d1bd1a7db99ade46a053c86ecf72fc on development into b32dcfe68227264492bdb016d6fba3e340666ebc on master.