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

Setting _scores attribute #8

Closed josepsmartinez closed 3 years ago

josepsmartinez commented 3 years ago

Attributes _scores to selected features based on the algorithm's result. Only performs attribution when the feature selection algorithm is executed (unless k is 0 or "all").

Note: the change in check_is_fitted is probably due to updates in the scikit-learn API.