Open saetthakij opened 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
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