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 12733ce commit 05a0eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions combo/test/test_detector_lscp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

class TestLSCP(unittest.TestCase):
def setUp(self):
self.n_train = 500
self.n_test = 100
self.n_train = 1000
self.n_test = 50
self.contamination = 0.1
self.roc_floor = 0.8
self.roc_floor = 0.6
self.X_train, self.y_train, self.X_test, self.y_test = generate_data(
n_train=self.n_train, n_test=self.n_test,
contamination=self.contamination, random_state=42)
Expand Down

0 comments on commit 05a0eeb

Please sign in to comment.