eltonlaw / impyute

Data imputations library to preprocess datasets with missing data

Home Page:http://impyute.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

share testing functions between namespaces

eltonlaw opened this issue · comments

A lot of common functionality used between unit tests.

Would also be useful to move the test_data stuff out of dataset (and change the values to something more real at the same time).

As an example, numpy has the numpy.testing namespace.