WenjieDu/PyPOTS

View on GitHub

Showing 376 of 433 total issues

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

    def __init__(
Severity: Minor
Found in pypots/optim/lr_scheduler/linear_lrs.py - About 35 mins to fix

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

        def __init__(
    Severity: Minor
    Found in pypots/forecasting/template/data.py - About 35 mins to fix

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

          def fit(
      Severity: Minor
      Found in pypots/forecasting/csdi/model.py - About 35 mins to fix

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

            def forward(
        Severity: Minor
        Found in pypots/nn/modules/transformer/attention.py - About 35 mins to fix

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

              def __init__(self, input_len=96, pred_len=96, dynamic_dim=128, encoder=None, decoder=None):
          Severity: Minor
          Found in pypots/nn/modules/koopa/layers.py - About 35 mins to fix

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

                def __init__(
            Severity: Minor
            Found in pypots/nn/modules/transformer/attention.py - About 35 mins to fix

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

                  def __init__(self, input_dim, hidden_dim, output_dim, dropout=0.1, bias=True):
              Severity: Minor
              Found in pypots/nn/modules/tide/layers.py - About 35 mins to fix

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

                    def forward(
                Severity: Minor
                Found in pypots/nn/modules/informer/layers.py - About 35 mins to fix

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

                      def forward(
                  Severity: Minor
                  Found in pypots/nn/modules/transformer/attention.py - About 35 mins to fix

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

                        def forward(
                    Severity: Minor
                    Found in pypots/nn/modules/transformer/attention.py - About 35 mins to fix

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

                          def __init__(
                      Severity: Minor
                      Found in pypots/optim/adadelta.py - About 35 mins to fix

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

                            def forward(
                        Severity: Minor
                        Found in pypots/nn/modules/fedformer/layers.py - About 35 mins to fix

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

                              def __init__(
                          Severity: Minor
                          Found in pypots/imputation/itransformer/data.py - About 35 mins to fix

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

                            def calc_quantile_crps_sum(
                            Severity: Minor
                            Found in pypots/utils/metrics/error.py - About 35 mins to fix

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

                                  def __init__(
                              Severity: Minor
                              Found in pypots/classification/base.py - About 35 mins to fix

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

                                    def forward(
                                Severity: Minor
                                Found in pypots/nn/modules/nonstationary_transformer/layers.py - About 35 mins to fix

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

                                  def gene_random_walk(
                                  Severity: Minor
                                  Found in pypots/data/generating.py - About 35 mins to fix

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

                                        def __init__(
                                    Severity: Minor
                                    Found in pypots/imputation/template/data.py - About 35 mins to fix

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

                                      def look_around(x, backward=1, forward=0, pad_value=-1, dim=2):
                                      Severity: Minor
                                      Found in pypots/nn/modules/reformer/local_attention.py - About 35 mins to fix

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

                                            def __init__(
                                        Severity: Minor
                                        Found in pypots/imputation/timemixer/data.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language