Skip to content

Commit

Permalink
changed outlier detection to operate on only 2 PCs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlovci committed Nov 6, 2014
1 parent f3ad7e7 commit 78864bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flotilla/data_model/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ def detect_outliers(self,
outlier_detection_method=None,
outlier_detection_method_kwargs=None):

default_reducer_args = {"n_components": 3}
default_reducer_args = {"n_components": 2}

if reducer_kwargs is None:
reducer_kwargs = default_reducer_args
Expand Down

0 comments on commit 78864bb

Please sign in to comment.