pypots/imputation/csai/data.py
File data.py
has 375 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
"""
"""
# Created by Linglong Qian, Joseph Arul Raj <linglong.qian@kcl.ac.uk, joseph_arul_raj@kcl.ac.uk>
Function normalize_csai
has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring. Open
Open
def normalize_csai(
data,
mean: list = None,
std: list = None,
compute_intervals: bool = False,
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function non_uniform_sample
has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring. Open
Open
def non_uniform_sample(data, removal_percent, pre_replacement_probabilities=None, increase_factor=0.5):
"""
Process time-series data by randomly removing a certain percentage of observed values based on pre-defined
replacement probabilities, and compute the necessary features such as forward and backward deltas, masks,
and last observed values.
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Function __init__
has 11 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def __init__(