Skip to content

Report feature_importance speedups

Patrick Godwin requested to merge report_speedup into master

Two changes/additions:

  1. Speed up idq-report, specifically in the feature_importance section. If --skip-timeseries is not set, we only look at the feature importance plots for the span in which the models were actually evaluated for rather than the entire report span specified. This can speed up the runs considerably.
  2. Added an elapsed_time() func in utils.py for convenience in timing/debugging. In order to use this, add the @elapsed_time decorator on top of the function/method you want to time.

Merge request reports