Skip to content

Commit

Permalink
Removed pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhavank committed Jul 14, 2020
1 parent 5e00610 commit c8a8f8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/smqtk/algorithms/relevancy_index/logistic_reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
except ImportError:
LogisticRegression = None
sklearn = None
import pdb


class LogisticRegRelevancyIndex (RelevancyIndex):
Expand Down Expand Up @@ -245,4 +244,4 @@ def rank(self, pos, neg):
rank_pool = dict(zip(self._descr_cache, probs))
return rank_pool

RELEVANCY_INDEX_CLASS = LogisticRegRelevancyIndex
RELEVANCY_INDEX_CLASS = LogisticRegRelevancyIndex

0 comments on commit c8a8f8c

Please sign in to comment.