yzhao062 / pytod

TOD: GPU-accelerated Outlier Detection via Tensor Operations
https://arxiv.org/abs/2110.14007
BSD 2-Clause "Simplified" License
173 stars 24 forks source link

can't fit model in colab #4

Open yairVanti opened 2 years ago

yairVanti commented 2 years ago

when i try fit on any model in colab gpu instance i get the following error. my dataset has 2 columns and 1 million rows:


AttributeError Traceback (most recent call last) in () 4 clf_name = 'KNN' 5 clf = LOF() ----> 6 clf.fit(X)

3 frames /usr/local/lib/python3.7/dist-packages/pandas/core/generic.py in getattr(self, name) 5485 ): 5486 return self[name] -> 5487 return object.getattribute(self, name) 5488 5489 def setattr(self, name: str, value) -> None:

AttributeError: 'DataFrame' object has no attribute 'to'

ZHUBoer commented 1 month ago

Maybe you need to update the dependencies. The author said he will update it frequently.