Problem with headers in VLSRelief and TurF during the fit
Hi,
I run VLSRelief in a small dataset (100 features) in order to check if it run without any problems. However, after I rerun it in a large dataset (>160 000 features), at the end of the fit I got the following error:
from skrebate.vlsrelief import VLSRelief fs= VLSRelief(core_algorithm="ReliefF", n_features_to_select=1000, num_feature_subset=100, size_feature_subset=1630, verbose=True, n_jobs=-1) headers = list(X) fs.fit(np.array(X), y_encoded, headers)
Traceback (most recent call last):
File "
Also for TurF I got a similar error at the end of the run, but in this case already with 100 features. fs = TuRF(core_algorithm="ReliefF", n_features_to_select=10, pct=0.7, verbose=True, n_jobs=-1)
Traceback (most recent call last):
File "