Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XGBOD and LSCP missing from install #43

Closed
allendorf opened this issue Dec 18, 2018 · 2 comments
Closed

XGBOD and LSCP missing from install #43

allendorf opened this issue Dec 18, 2018 · 2 comments

Comments

@allendorf
Copy link

I installed PyOD using:

pip install pyod
pip install --upgrade pyod

However, LSCP and XGBOD are not installed. All of the other models in the repo can be successfully imported into a jupyter notebook. Attempting to import LSCP and XGBOD both yield a "ModuleNotFoundError: No module named" error.

@yzhao062
Copy link
Owner

Hi Allen,

Sorry for the confusion. XGBOD and LSCP are in pre-lease and in development branch only. So installing from pip would not get that. We are going to submit these two packages along with 2 neural-net models in V0.6.6 by this week. The only way to use these two models now is to check out the development branch...

Stay tuned:)
Best,

Yue

@yzhao062
Copy link
Owner

Happy to provide an update. XGBOD and LSCP are included in #44 & pre-lease v.0.6.6b1 (https://pypi.org/project/pyod/0.6.6b1/) and planned to be released in v0.6.6 later this week (likely to be this Sat). If you would like to try the pre-release, then

pip install pyod==0.6.6b1

Otherwise, please wait for 4 more days for an official release... Besides, 2 neural-net based models are also included in this pre-release and the stable version later this week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants