bdwilliamson / vimp

Perform inference on algorithm-agnostic variable importance
http://bdwilliamson.github.io/vimp/
Other
21 stars 8 forks source link

Debug option for sp_vim #11

Closed bdwilliamson closed 4 years ago

bdwilliamson commented 4 years ago

Option to print status to console during fitting (so that a user can track progress).

Easiest fix is a bunch of print statements:

More ambitious: a status bar

bdwilliamson commented 4 years ago

Fixed in f57fce8 with a status bar