Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
xgbod_example.py demo code execution generated strange warning messages #156
Comments
|
Yes. This is expected. XGBOD is based on two parts: supervised xgboost model and unsupervised anomaly detection models. The latter does not need y; iforest is part of the unsupervised models. what happens is we run a bunch of unsupervised models and use their outlier scores as the new features appended to the orignal feature space. Finally, xgboost is trained on the enhanced feature space. |
I ran the xgbod_example.py demo code, https://github.com/yzhao062/pyod/blob/master/examples/xgbod_example.py. The following warning messages were displayed.
Some of the issues include: