jundongl / scikit-feature

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

Fixing "dtypes" parameter of np.zeros in FCBF.py #30

Open henrisilver opened 6 years ago

henrisilver commented 6 years ago

Hello,

I was using the FCBF method in my research project at school and it triggered an error due to a typo in the "dtype" parameter of np.zeros.

The "dtypes" parameter of np.zeros in FCBF.py should instead be "dtype" according to https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.zeros.html

Sincerely,

Henrique Silveira

eskrav commented 4 years ago

Just to confirm that I've also run into this error and fix.

elmahyai commented 4 years ago

Me too

DSKritzinger commented 4 years ago

Why has this not been merged with the master branch?

ztyreg commented 3 years ago

same issue