gelijergensen / PermutationImportance

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

Revised results object #31

Closed gelijergensen closed 5 years ago

gelijergensen commented 5 years ago

Really, we should return a results object which keeps track of a list of "context" objects and "results" objects. One for each round of variable importance. It should not keep track of anything but those if it can avoid it.