leibinghe / GAAL-based-outlier-detection

GAAL-based Outlier Detection
131 stars 58 forks source link

Hey, When I implement the model i have AttributeError: 'DataFrame' object has no attribute 'as_matrix' in __getattr__(self, name) , i m working in colab #2

Open Nabila1315 opened 4 years ago

alik604 commented 4 years ago

Deprecated since version 0.23.0: Use DataFrame.values() instead., according to Docs

lwj2015 commented 4 years ago

to_numpy() instead of as_matrix()