'as_matrix()' should be replaced with 'values'
gaurbans opened this issue · 1 comments
gaurbans commented
There seems to be an error now when running 'PartialDependence' because Pandas has deprecated df.as_matrix()
in favor of df.values
. This should accordingly be updated in lines 504 and 506 in partial_dependence.py.
paolotamag commented
Hello, I did the fix as requested.
Only on GitHub, not on PyPi yet
Let us know if it worked and we might be able to update there too.
Thanks
Paolo