gelijergensen / PermutationImportance

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

Sequential selection runner #35

Closed gelijergensen closed 5 years ago

gelijergensen commented 5 years ago

Fleshed out the sequential selection function. Abstracted most of the problem into the execution of a single pass. Also constructed version of the single pass with no multithreading.

Added some other tools in the utils

resolves #29