Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Yue Zhao
pyod
Wiki
FAQ: MacOS with Python 2.7
FAQ: MacOS with Python 2.7
· Changes
Page history
Created FAQ: MacOS with Python 2.7 (markdown)
authored
Dec 12, 2018
by
Yue Zhao
Hide whitespace changes
Inline
Side-by-side
FAQ:-MacOS-with-Python-2.7.md
0 → 100644
View page @
eb31f412
It is noted running LOCI model on MacOS with Python 2.7 may fail.
One potential cause is the following code, as np.count_nonzero returns int instead of an array:
[
Issue Report
](
https://github.com/yzhao062/pyod/issues/36
)
.
\ No newline at end of file