mmahmoudian / sivs

An iterative feature selection method that internally utilizes varius Machine Learning methods that have embeded feature reduction in order to shrink down the feature space into a small and yet robust set.
GNU General Public License v3.0
4 stars 1 forks source link

Fix issue #3 #6

Closed mmahmoudian closed 1 year ago

mmahmoudian commented 1 year ago

The code now checks the dim of the input data and adjust the allocated parallel.cores accordingly.