aspremon / NaiveFeatureSelection

Code for NaiveFeatureSelection, i.e. feature selection in Naive Bayes, see https://arxiv.org/abs/1905.09884
MIT License
9 stars 7 forks source link

builtins.TypeError: __init__() missing 1 required positional argument: 'k' #3

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

error message on windows 10

NaiveFeatureSelection-master\DemoNFS.py", line 88, in ('feature_selection', NaiveFeatureSelection()),

builtins.TypeError: init() missing 1 required positional argument: 'k'

arminaskari commented 4 years ago

Sorry this was a small bug that should be fixed now. Try pulling the new changes to the repo and everything should work

Sandy4321 commented 4 years ago

great thanks will try