diff --git a/topN.py b/topN.py index 5f8462f2d0cdfe2f3b2d59612aafa961b044f621..8799d31f2657902f02e9edd3c1e8dfd0d8452360 100644 --- a/topN.py +++ b/topN.py @@ -81,7 +81,6 @@ def getOriginal(): """ It wraps all the necessary calls to get the top n predictions of the DMSR model. """ - def dmsr(): # Necessary instantiations. original, hetero = getOriginal()