Removing pandas from countMismatches in EstimateError.py

Issue #64 resolved
Roy Jiang created an issue

cProfile suggests that indexing and slice operations related to using pandas dfs are slowing down countMismatches.

Removing pandas from estimateerror with either csv or numpy replacement.

Comments (2)

  1. Roy Jiang reporter

    EstimateError.py still needs unit testing overall. Should be a noticeable performance difference with new branch EstimateErrorNoPandas.

  2. Log in to comment