Open henrisilver opened 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
Just to confirm that I've also run into this error and fix.
Me too
Why has this not been merged with the master branch?
same issue
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