Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCBF with np.zeros #75

Open
seth602 opened this issue Nov 8, 2022 · 0 comments
Open

FCBF with np.zeros #75

seth602 opened this issue Nov 8, 2022 · 0 comments

Comments

@seth602
Copy link

seth602 commented Nov 8, 2022

Around line 39 in the code for FCBF uses np.zeros((n_features, 2), dtypes='object') which throws an error. Numpy documentation states the parameter should be dtype (without the 's'). So the line should be np.zeros((n_features, 2), dtype='object') instead. It was an easy enough fix on my own and I saved a separate .py file with the fixed version and it worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant