You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Okay, I see why this was not caught before. The bug is that the string returned by load_path currently depends on the namespace. If instead of using OutlierDectectionNeigbors (what I did above) you do import OutlierDetectionNeighbors, the you get:
This should be "OutlierDetectorNeighbors.COFDetector".
The text was updated successfully, but these errors were encountered: