yzhao062/Pyod

View on GitHub
pyod/models/xgbod.py

Summary

Maintainability
A
0 mins
Test Coverage

File xgbod.py has 330 lines of code (exceeds 250 allowed). Consider refactoring.
Invalid

# -*- coding: utf-8 -*-
"""XGBOD: Improving Supervised Outlier Detection with Unsupervised
Representation Learning. A semi-supervised outlier detection framework.
"""
# Author: Yue Zhao <zhaoy@cmu.edu>
Severity: Minor
Found in pyod/models/xgbod.py - About 3 hrs to fix

    Function __init__ has 23 arguments (exceeds 4 allowed). Consider refactoring.
    Invalid

        def __init__(self, estimator_list=None, standardization_flag_list=None,
    Severity: Major
    Found in pyod/models/xgbod.py - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status