eltonlaw / impyute

Data imputations library to preprocess datasets with missing data
http://impyute.readthedocs.io/
MIT License
352 stars 49 forks source link

Fix deprecation warnings with pandas 0.23 #72

Closed ErikPartridge closed 5 years ago

ErikPartridge commented 5 years ago

Since pandas 0.23, the as_matrix() function has been deprecated in favour of .values. This PR simply reflects that deprecation.