neomatrix369 / nlp_profiler

A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Other
243 stars 37 forks source link

[FEATURE] Make acceptance test(s) failures easier to read #46

Open neomatrix369 opened 4 years ago

neomatrix369 commented 4 years ago

Missing functionality At the moment when acceptance tests fail, it's hard to make out due to which columns the failures occurred, see error messages in past failures.

Proposed feature For each column that there is a mismatch we provide the name and the degree of inaccuracy between them. And display all failing columns - which makes it easier to read and understand what could have led to the failure.