gelijergensen / PermutationImportance

Python package for computing the importance of variables in a model through permutation selection
MIT License
5 stars 4 forks source link

Selection strategy class #43

Closed gelijergensen closed 5 years ago

gelijergensen commented 5 years ago

Selection Strategies are now classes. Alternatively, I do allow for them to be functions, so long as the function returns a generator.

resolves #40