Skip to content

Commit

Permalink
add LSCP
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Jul 30, 2019
1 parent 4618a68 commit 12733ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion combo/test/test_detector_lscp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

class TestLSCP(unittest.TestCase):
def setUp(self):
self.n_train = 200
self.n_train = 500
self.n_test = 100
self.contamination = 0.1
self.roc_floor = 0.8
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ numpy>=1.13
numba>=0.35
pyod
pytest
scipy==1.1.0
scipy
scikit_learn>=0.19.1
sphinxcontrib-bibtex
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ matplotlib
numpy>=1.13
numba>=0.35
pyod
scipy==1.1.0
scipy
scikit_learn>=0.19.1

0 comments on commit 12733ce

Please sign in to comment.