WenjieDu/PyPOTS

View on GitHub
pypots/imputation/saits/model.py

Summary

Maintainability
C
7 hrs
Test Coverage

File model.py has 324 lines of code (exceeds 250 allowed). Consider refactoring.
Open

"""
The implementation of SAITS for the partially-observed time-series imputation task.

"""

Severity: Minor
Found in pypots/imputation/saits/model.py - About 3 hrs to fix

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

        def __init__(
    Severity: Major
    Found in pypots/imputation/saits/model.py - About 2 hrs to fix

      Function predict has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          def predict(
      Severity: Minor
      Found in pypots/imputation/saits/model.py - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status