Skip to content

Commit

Permalink
pre-release for V0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Feb 19, 2020
1 parent 87391d6 commit c7b30d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified examples/compare_selected_classifiers.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/detector_lscp_example.py
Expand Up @@ -40,7 +40,7 @@

detectors = [KNN(), LOF(), OCSVM()]

clf = LSCP(base_estimators=detectors)
clf = LSCP(base_estimators=detectors, random_state=42)
clf_name = 'LSCP'
clf.fit(X_train)

Expand Down

0 comments on commit c7b30d7

Please sign in to comment.