jundongl / scikit-feature

open-source feature selection repository in python
GNU General Public License v2.0
1.51k stars 447 forks source link

module not collable #76

Open saetthakij opened 1 year ago

saetthakij commented 1 year ago
from skfeature.function.similarity_based import SPEC
SPEC(X_train,y_train)

TypeError Traceback (most recent call last) ~\AppData\Local\Temp/ipykernel_15252/2214008286.py in 1 from skfeature.function.similarity_based import SPEC ----> 2 SPEC(X_train,y_train)

TypeError: 'module' object is not callable

how to fix this thank