TianyuDu/AnnEconForecast

View on GitHub
keras_based/exchange/core/containers/univariate_container.py

Summary

Maintainability
A
1 hr
Test Coverage

Function __init__ has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def __init__(
            self,
            series: pd.Series,
            config: dict = {  # This is the default config for rapid testing.
                "method": "diff",
Severity: Minor
Found in keras_based/exchange/core/containers/univariate_container.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status